xtd 0.2.0
Loading...
Searching...
No Matches

◆ region() [2/2]

virtual control & xtd::forms::control::region ( const xtd::drawing::region value)
virtual

Sets the window region associated with the control.

Parameters
valueThe window xtd::drawing::region associated with the control.
Returns
Current control.
Remarks
The window region is a collection of pixels within the window where the operating system permits drawing. The operating system does not display any portion of a window that lies outside of the window region. The coordinates of a control's region are relative to the upper-left corner of the control, not the client area of the control.
Note
The collection of pixels contained with the region can be noncontiguous.