Method ExcludeFromClip
ExcludeFromClip(Rectangle)
Removes the specified rectangle from the Clip.
public static void ExcludeFromClip(Rectangle rectangle)
Parameters
rectangle
Rectangle
Remarks
There is a single clip region for the entire application.
ExcludeFromClip(Region?)
Removes the specified rectangle from the Clip.
public static void ExcludeFromClip(Region? region)
Parameters
region
Region
Remarks
There is a single clip region for the entire application.