Method SetRegion
| Edit this page View SourceSetRegion(Window, Region?)
Sets the window region of a window. The window region determines the area within the window where the system permits drawing. The system does not display any portion of a window that lies outside of the window region.
Declaration
public static void SetRegion(this Window window, Region? region)
Parameters
Type | Name | Description |
---|---|---|
Window | window | The window whose window region is to be set. |
Region | region | The region to set on the window |