| Modifier and Type | Field and Description |
|---|---|
com.aspose.skiainternal.Region |
innerRegion
The inner region.
|
| Constructor and Description |
|---|
RegionBase()
Initializes a new instance of the
RegionBase class. |
RegionBase(GraphicsPath path)
Initializes a new instance of the
RegionBase class with the specified GraphicsPath. |
RegionBase(Rectangle rect)
Initializes a new instance of the
RegionBase class from the specified Rectangle structure. |
RegionBase(RectangleF rect)
Initializes a new instance of the
RegionBase class from the specified RectangleF structure. |
RegionBase(com.aspose.skiainternal.Region region)
Initializes a new instance of the
RegionBase class. |
RegionBase(RegionData rgnData)
Initializes a new instance of the
RegionBase class from the specified data. |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases all resources used by this
RegionBase. |
static Rectangle |
getInfinite()
The infinite rectangle getter.
|
public RegionBase()
Initializes a new instance of the RegionBase class.
public RegionBase(RectangleF rect)
Initializes a new instance of the RegionBase class from the specified RectangleF structure.
rect - A RectangleF structure that defines the interior
of the new RegionBase.public RegionBase(Rectangle rect)
Initializes a new instance of the RegionBase class from the specified Rectangle structure.
rect - A Rectangle structure that defines
the interior of the new RegionBase.public RegionBase(GraphicsPath path)
Initializes a new instance of the RegionBase class with the specified GraphicsPath.
path - A GraphicsPath that defines the new RegionBase.public RegionBase(RegionData rgnData)
Initializes a new instance of the RegionBase class from the specified data.
rgnData - A RegionData that defines the interior of the new RegionBase.public RegionBase(com.aspose.skiainternal.Region region)
Initializes a new instance of the RegionBase class.
region - The internal region.public static Rectangle getInfinite()
public void dispose()
Releases all resources used by this RegionBase.
dispose in interface com.aspose.ms.System.IDisposableCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.