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
clipRectRectangleThe clipping rectangle, in screen-relative coordinates.
ClipDrawnRegion(Region)
Clips (intersects) the drawn region with the specified region. This modifies the internal drawn region directly.
public void ClipDrawnRegion(Region clipRegion)
Parameters
clipRegionRegionThe clipping region, in screen-relative coordinates.