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)
|
boolean |
Region.equals(Region region,
Graphics g)
|
void |
Region.exclude(Region region)
|
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a
Region . |
void |
Region.intersect(Region region)
|
void |
Graphics.setClip(Region value)
Gets or sets the clip region.
|
void |
Region.union(Region region)
|
void |
Region.xor(Region region)
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Region |
RegionExtensions.toGdiRegion(Region region)
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.