Method Contains
Contains(PointD)
Returns a value indicating whether the given point is contained within the region.
public RegionContain Contains(PointD pt)
Parameters
pt
PointDPoint to check.
Returns
Contains(RectD)
Returns a value indicating whether the given rectangle is contained within the region.
public RegionContain Contains(RectD rect)
Parameters
rect
RectDRectangle to check.