Region Constructor

 

Initializes a new Region.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodRegion()

Initializes a new Region.

System_CAPS_pubmethodRegion(GraphicsPath^)

Initializes a new Region with the specified GraphicsPath.

System_CAPS_pubmethodRegion(Rectangle)

Initializes a new Region from the specified Rectangle structure.

System_CAPS_pubmethodRegion(RectangleF)

Initializes a new Region from the specified RectangleF structure.

System_CAPS_pubmethodRegion(RegionData^)

Initializes a new Region from the specified data.

Return to top
Show: