public class RegionEx extends RegionBase
Describes the interior of a graphics shape composed of rectangles and paths. Extended implementation with vector paths.
innerRegion| Constructor and Description |
|---|
RegionEx()
Initializes a new instance of the
RegionEx class. |
RegionEx(GraphicsPath path)
Initializes a new instance of the
RegionEx class with the specified GraphicsPath. |
RegionEx(Rectangle rect)
|
RegionEx(RectangleF rect)
Initializes a new instance of the
RegionEx class from the specified RectangleF structure. |
RegionEx(com.aspose.skiainternal.Region region)
Initializes a new instance of the
RegionEx class. |
RegionEx(RegionData rgnData)
Initializes a new instance of the
RegionEx class from the specified data. |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases all resources used by this
RegionEx. |
static com.aspose.skiainternal.Path |
pathOp(com.aspose.skiainternal.Path one,
com.aspose.skiainternal.Path two,
int op)
Performs the logical operation between two paths.
|
getInfinitepublic RegionEx()
Initializes a new instance of the RegionEx class.
public RegionEx(RectangleF rect)
Initializes a new instance of the RegionEx class from the specified RectangleF structure.
rect - A RectangleF structure that defines the interior
of the new RegionEx.public RegionEx(Rectangle rect)
public RegionEx(GraphicsPath path)
Initializes a new instance of the RegionEx class with the specified GraphicsPath.
path - A GraphicsPath that defines the new RegionEx.public RegionEx(RegionData rgnData)
Initializes a new instance of the RegionEx class from the specified data.
rgnData - A RegionData that defines the interior of the new RegionEx.public RegionEx(com.aspose.skiainternal.Region region)
Initializes a new instance of the RegionEx class.
region - The internal region.public void dispose()
Releases all resources used by this RegionEx.
dispose in interface com.aspose.ms.System.IDisposabledispose in class RegionBasepublic static com.aspose.skiainternal.Path pathOp(com.aspose.skiainternal.Path one,
com.aspose.skiainternal.Path two,
int op)
Performs the logical operation between two paths.
one - The first operand (for difference, the minuend).two - The second operand (for difference, the subtrahend).op - The operator to apply.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.