Region.Region

Region()

Initializes a new instance of the Region class.

public Region()

See Also


Region(RectangleF)

Initializes a new instance of the Region class from the specified RectangleF structure.

public Region(RectangleF rect)
ParameterTypeDescription
rectRectangleFA RectangleF structure that defines the interior of the new Region.

See Also


Region(Rectangle)

Initializes a new instance of the Region class from the specified Rectangle structure.

public Region(Rectangle rect)
ParameterTypeDescription
rectRectangleA Rectangle structure that defines the interior of the new Region.

See Also


Region(GraphicsPath)

Initializes a new instance of the Region class with the specified GraphicsPath.

public Region(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathA GraphicsPath that defines the new Region.

See Also


Region(RegionData)

Initializes a new instance of the Region class from the specified data.

public Region(RegionData rgnData)
ParameterTypeDescription
rgnDataRegionDataA RegionData that defines the interior of the new Region.

See Also