Package | Description |
---|---|
com.aspose.imaging | |
com.aspose.imaging.extensions |
Modifier and Type | Method and Description |
---|---|
Region |
Region.deepClone()
Creates an exact deep copy of this
T:Aspose.Imaging.Region . |
Modifier and Type | Method and Description |
---|---|
void |
Region.complement(Region region)
Updates this
T:Aspose.Imaging.Region to contain the portion of the specified T:Aspose.Imaging.Region that does not intersect with this T:Aspose.Imaging.Region . |
void |
Region.exclude(Region region)
Updates this
T:Aspose.Imaging.Region to contain only the portion of its interior that does not intersect with the specified T:Aspose.Imaging.Region . |
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a
Aspose.Imaging.Region . |
void |
Region.intersect(Region region)
Updates this
T:Aspose.Imaging.Region to the intersection of itself with the specified T:Aspose.Imaging.Region . |
void |
Region.union(Region region)
Updates this
T:Aspose.Imaging.Region to the union of itself and the specified T:Aspose.Imaging.Region . |
void |
Region.xor(Region region)
Updates this
T:Aspose.Imaging.Region to the union minus the intersection of itself with the specified T: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 . |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.