方法

GdkRectanglecontains_point

声明 [源代码位置]

gboolean
gdk_rectangle_contains_point (
  const GdkRectangle* rect,
  int x,
  int y
)

描述 [源代码位置]

返回值如果矩形 rect 包含由 x 和 y 描述的点,则返回 TRUE

参数

x

类型: int

横坐标。

y

类型: int

纵坐标。

返回值

类型: gboolean

TRUE 如果矩形 rect 包含点。