Method Contains
Contains(PointD)
Returns a value indicating whether the given point is contained within the region.
public RegionContain Contains(PointD pt)Parameters
- ptPointD
- Point to check. 
Returns
Contains(RectD)
Returns a value indicating whether the given rectangle is contained within the region.
public RegionContain Contains(RectD rect)Parameters
- rectRectD
- Rectangle to check.