Skip to content

RectangleI.Contains Method

Overloads
ContainsPointI, bool Return true if p is contained in the rectangle
ContainsPointF Return true if p is contained in the rectangle

RectangleI.ContainsPointI, bool Method

Return true if p is contained in the rectangle

Parameters

p Simba.Data.PointI

borderOnly System.Boolean

Returns

System.Boolean

RectangleI.ContainsPointF Method

Return true if p is contained in the rectangle

Parameters

p System.Drawing.PointF

Returns

System.Boolean