| 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 | |
| com.aspose.drawing.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
Region.complement(GraphicsPath path)
Updates this
Region to contain the portion of the specified GraphicsPath that does
not intersect with this Region. |
void |
Graphics.drawPath(Pen pen,
GraphicsPath path)
Draws a GraphicsPath.
|
void |
Region.exclude(GraphicsPath path)
Updates this
Region to contain only the portion of its interior that does not intersect with the
specified GraphicsPath. |
void |
Graphics.fillPath(Brush brush,
GraphicsPath path)
Fills the interior of a GraphicsPath.
|
void |
Region.intersect(GraphicsPath path)
Updates this
Region to the intersection of itself with the specified GraphicsPath. |
void |
Graphics.setClip(GraphicsPath path)
Sets the clipping region of this
Graphics to the specified GraphicsPath . |
void |
Graphics.setClip(GraphicsPath path,
int combineMode)
Sets the clipping region of this
Graphics to the result of the specified operation combining the current clip region and the specified GraphicsPath. |
void |
Region.union(GraphicsPath path)
Updates this
Region to the union of itself and the specified GraphicsPath. |
void |
Region.xor(GraphicsPath path)
Updates this
Region to the union minus the intersection of itself with the
specified GraphicsPath. |
| Constructor and Description |
|---|
Region(GraphicsPath path)
Initializes a new instance of the
Region class with the specified GraphicsPath. |
| Modifier and Type | Method and Description |
|---|---|
GraphicsPath |
CustomLineCap.getFillPath() |
GraphicsPath |
CustomLineCap.getStrokePath()
Gets the object that defines the outline of the custom cap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsPath.addPath(GraphicsPath addingPath,
boolean connect)
Appends the specified GraphicsPath to this path.
|
int |
GraphicsPathIterator.nextMarker(GraphicsPath path)
This
GraphicsPathIterator object has a GraphicsPath object associated with it. |
int |
GraphicsPathIterator.nextSubpath(GraphicsPath path,
boolean[] isClosed)
Gets the next figure (subpath) from the associated path of this
GraphicsPathIterator. |
| Constructor and Description |
|---|
CustomLineCap(GraphicsPath fillPath,
GraphicsPath strokePath)
Initializes a new instance of the
CustomLineCap class with the specified outline and fill. |
CustomLineCap(GraphicsPath fillPath,
GraphicsPath strokePath,
int baseCap)
Initializes a new instance of the
CustomLineCap class from the specified
existing LineCap enumeration with the specified outline and fill. |
CustomLineCap(GraphicsPath fillPath,
GraphicsPath strokePath,
int baseCap,
float baseInset)
Initializes a new instance of the
CustomLineCap class from the specified
existing LineCap enumeration with the specified outline, fill, and inset. |
GraphicsPathIterator(GraphicsPath path)
Initializes a new instance of the
GraphicsPathIterator class. |
PathGradientBrush(GraphicsPath path)
Initializes a new instance of the
PathGradientBrush class with the specified path. |
| Constructor and Description |
|---|
RegionBase(GraphicsPath path)
Initializes a new instance of the
RegionBase class with the specified GraphicsPath. |
RegionEx(GraphicsPath path)
Initializes a new instance of the
RegionEx class with the specified GraphicsPath. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.