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

◆ region() [2/4]

xtd::drawing::region::region ( const xtd::drawing::drawing_2d::graphics_path path)
explicit

Initializes a new xtd::drawing::region with the specified xtd::drawing::graphics_path.

Parameters
pathA xtd::drawing::graphics_path that defines the new xtd::drawing::region.
Remarks
This method creates a new xtd::drawing::region with a xtd::drawing::graphics_path. The new region is defined as the interior of the xtd::drawing::graphics_path specified by the path parameter.