Method ClipDrawnRegion
ClipDrawnRegion(Rectangle)
Clips (intersects) the drawn region with the specified rectangle. This modifies the internal drawn region directly.
public void ClipDrawnRegion(Rectangle clipRect)
Parameters
clipRect
RectangleThe clipping rectangle.
ClipDrawnRegion(Region)
Clips (intersects) the drawn region with the specified region. This modifies the internal drawn region directly.
public void ClipDrawnRegion(Region clipRegion)
Parameters
clipRegion
RegionThe clipping region.