Region.Region
Contents
[
Hide
]Region()
Initializes a new Region.
public Region()
See Also
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD
Region(RectangleF)
Initializes a new Region from the specified RectangleF structure.
public Region(RectangleF rect)
| Parameter | Type | Description |
|---|---|---|
| rect | RectangleF | A RectangleF structure that defines the interior of the new Region. |
See Also
- struct RectangleF
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD
Region(Rectangle)
Initializes a new Region from the specified Rectangle structure.
public Region(Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| rect | Rectangle | A Rectangle structure that defines the interior of the new Region. |
See Also
- struct Rectangle
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD
Region(GraphicsPath)
Initializes a new Region with the specified GraphicsPath.
public Region(GraphicsPath path)
| Parameter | Type | Description |
|---|---|---|
| path | GraphicsPath | A GraphicsPath that defines the new Region. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | path is null. |
See Also
- class GraphicsPath
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD