|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
com.aspose.imaging |
Uses of Region in com.aspose.imaging |
---|
Methods in com.aspose.imaging that return Region | |
---|---|
Region |
Region.deepClone()
Creates an exact deep copy of this com.aspose.imaging.Region . |
Methods in com.aspose.imaging with parameters of type Region | |
---|---|
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 . |
boolean |
Region.equals(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 |
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 . |
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 . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |