Show / Hide Table of Contents

Method SetRegion

| Edit this page View Source

SetRegion(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

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX