Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.extensions |
Modifier and Type | Method and Description |
---|---|
Region |
Region.deepClone()
Creates an exact deep copy of this
Region . |
Region |
Graphics.getClip()
Gets or sets the clip region.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.complement(Region region)
Updates this
Region to contain the portion of the specified Region that does not intersect with this Region . |
boolean |
Region.equals(Region region,
Graphics g)
Tests whether the specified
Region is identical to this Region on the specified drawing surface. |
void |
Region.exclude(Region region)
Updates this
Region to contain only the portion of its interior that does not intersect with the specified Region . |
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a
Region . |
void |
Region.intersect(Region region)
Updates this
Region to the intersection of itself with the specified Region . |
void |
Graphics.setClip(Region value)
Gets or sets the clip region.
|
void |
Region.union(Region region)
Updates this
Region to the union of itself and the specified Region . |
void |
Region.xor(Region region)
Updates this
Region to the union minus the intersection of itself with the specified Region . |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Region |
RegionExtensions.toGdiRegion(Region region)
Converts the
Region to the Region . |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.