Method

MtkRectanglecontains_pointf

Declaration [src]

gboolean
mtk_rectangle_contains_pointf (
  const MtkRectangle* rect,
  float x,
  float y
)

Description

No description available.

Parameters

x

Type: float

X coordinate of the point.

y

Type: float

Y coordinate of the point.

Return value

Type: gboolean

Whether the rectangle contains the point.