Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.extensions |
The package contains extension methods.
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.deepClone()
Creates an exact deep copy of this
com.aspose.imaging.region . |
Region |
Graphics.getClip()
Gets or sets the clip region.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.complement(Region region)
Updates this
com.aspose.imaging.Region to contain the portion of the specified com.aspose.imaging.Region that does not intersect with this com.aspose.imaging.region . |
void |
Region.exclude(Region region)
Updates this
com.aspose.imaging.Region to contain only the portion of its interior that does not intersect with the specified com.aspose.imaging.region . |
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a
com.aspose.imaging.region . |
void |
Region.intersect(Region region)
Updates this
com.aspose.imaging.Region to the intersection of itself with the specified com.aspose.imaging.region . |
boolean |
Region.isEquals(Region region,
Graphics g)
Tests whether the specified
com.aspose.imaging.Region is identical to this com.aspose.imaging.Region on the specified drawing surface. |
void |
Graphics.setClip(Region value)
Gets or sets the clip region.
|
void |
Region.union(Region region)
Updates this
com.aspose.imaging.Region to the union of itself and the specified com.aspose.imaging.region . |
void |
Region.xor(Region region)
Updates this
com.aspose.imaging.Region to the union minus the intersection of itself with the specified com.aspose.imaging.region . |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Region |
RegionExtensions.toGdiRegion(Region region)
Converts the
Region to the System.Drawing.Region . |
Modifier and Type | Method and Description |
---|---|
Region |
MetafileRecorderGraphics2D.getClip()
Gets or sets a Region that limits the drawing region of this Graphics
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileRecorderGraphics2D.excludeClip(Region region)
Updates the clip region of this Graphics to exclude the area specified by a Region.
|
void |
MetafileRecorderGraphics2D.intersectClip(Region region)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region.
|
void |
MetafileRecorderGraphics2D.setClip(Region value)
Gets or sets a Region that limits the drawing region of this Graphics
|