Method GetClip
GetClip()
Gets the current Clip region.
public static Region? GetClip()
Returns
- Region
The current Clip.
Remarks
There is a single clip region for the entire application.
This method returns the current clip region, not a clone. If there is a need to modify the clip region, it is recommended to clone it first.