Click or drag to resize

RectangleFContains Method (PointF)

Gets a value indicating that the specified point is within the bounds of this rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Contains(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to test

Return Value

Type: Boolean
True if the point is within the bounds of this rectangle, false if it is outside the bounds
See Also