| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.drawing2d |
| Modifier and Type | Method and Description |
|---|---|
Region |
Region.deepClone()
Creates an exact copy of this
Region. |
Region |
Graphics.getClip()
|
Region[] |
Graphics.measureCharacterRanges(String text,
Font font,
RectangleF layoutRect,
StringFormat stringFormat)
Gets an array of
Region objects, each of which bounds a range of character positions within the specified string. |
| 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.excludeClip(Region region)
|
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a Region.
|
void |
Region.intersect(Region region)
|
void |
Graphics.intersectClip(Region region)
|
void |
Graphics.setClip(Region value)
|
void |
Graphics.setClip(Region region,
int combineMode)
|
void |
Region.union(Region region)
|
void |
Region.xor(Region region)
|
| Modifier and Type | Method and Description |
|---|---|
Region |
GraphicsState.getClip() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsState.setClip(Region value) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.