Region()

Region::Region() constructor

Constructs a new instance of Region class.

System::Drawing::Region::Region()

Region::Region(const RectangleF&) constructor

Constructs a new instance of Region class that represents a region defined by the specified rectangle.

System::Drawing::Region::Region(const RectangleF &rect)

Arguments

ParameterTypeDescription
rectconst RectangleF&A rectangle that defines the region

Region::Region(const Rectangle&) constructor

Constructs a new instance of Region class that represents a region defined by the specified rectangle.

System::Drawing::Region::Region(const Rectangle &rect)

Arguments

ParameterTypeDescription
rectconst Rectangle&A rectangle that defines the region

Region::Region(const SharedPtr<Drawing2D::GraphicsPath>&) constructor

Constructs a new instance of Region class that represents a region defined by the specified path.

System::Drawing::Region::Region(const SharedPtr<Drawing2D::GraphicsPath> &path)

Arguments

ParameterTypeDescription
pathconst SharedPtr<Drawing2D::GraphicsPath>&A path that defines the region

Region::Region(const SkPath&) constructor

System::Drawing::Region::Region(const SkPath &path)

Region::Region(const SharedPtr<Drawing2D::RegionData>&) constructor

Constructs a new instance of Region class that represents a region defined by the specified RegionData object.

System::Drawing::Region::Region(const SharedPtr<Drawing2D::RegionData> &region_data)

Arguments

ParameterTypeDescription
region_dataconst SharedPtr<Drawing2D::RegionData>&A RegionData object that defines the region

See Also