DXRegion Constructors
Describes the interior of a graphics shape composed of rectangles and paths.Name | Parameters | Description |
---|---|---|
DXRegion() | none | Initializes a new instance of the DXRegion class. |
DXRegion(DXGraphicsPath) | path | Initializes a new instance of the DXRegion class with specified settings. |
DXRegion(RectangleF) | rectangle | Initializes a new instance of the DXRegion class with specified settings. |
See Also