Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.brushes |
The package provides helper classes and methods to work with different brush types.
|
com.aspose.psd.extensions |
The package contains extension methods.
|
com.aspose.psd.masking.options |
The namespace handles ImageMasking.Options processing.
|
Modifier and Type | Method and Description |
---|---|
GraphicsPath |
GraphicsPath.deepClone()
Performs a deep clone of this graphics path.
|
GraphicsPath |
CustomLineCap.getFillPath()
Gets the object that defines the fill for the custom cap.
|
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)
Appends the specified
com.aspose.psd.GraphicsPath to this path. |
void |
GraphicsPath.addPath(GraphicsPath addingPath,
boolean connect)
Appends the specified
com.aspose.psd.GraphicsPath to this path. |
void |
Region.complement(GraphicsPath path)
Updates this
com.aspose.psd.Region to contain the portion of the specified com.aspose.psd.GraphicsPath that does not intersect with this com.aspose.psd.region . |
void |
Graphics.drawPath(Pen pen,
GraphicsPath path)
Draws a
com.aspose.psd.graphicsPath . |
void |
Region.exclude(GraphicsPath path)
Updates this
com.aspose.psd.Region to contain only the portion of its interior that does not intersect with the specified com.aspose.psd.graphicsPath . |
void |
Graphics.fillPath(Brush brush,
GraphicsPath path)
Fills the interior of a
com.aspose.psd.graphicsPath . |
void |
Region.intersect(GraphicsPath path)
Updates this
com.aspose.psd.Region to the intersection of itself with the specified com.aspose.psd.graphicsPath . |
void |
CustomLineCap.setFillPath(GraphicsPath value)
Sets the object that defines the fill for the custom cap.
|
void |
CustomLineCap.setStrokePath(GraphicsPath value)
Sets the object that defines the outline of the custom cap.
|
void |
Region.union(GraphicsPath path)
Updates this
com.aspose.psd.Region to the union of itself and the specified com.aspose.psd.graphicsPath . |
void |
Region.xor(GraphicsPath path)
Updates this
com.aspose.psd.Region to the union minus the intersection of itself with the specified com.aspose.psd.graphicsPath . |
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. |
Region(GraphicsPath path)
Initializes a new
T:Aspose.Imaging.Region with the specified T:Aspose.Imaging.GraphicsPath . |
Modifier and Type | Method and Description |
---|---|
GraphicsPath |
PathGradientBrushBase.getGraphicsPath()
Gets the graphics path this brush was build upon.
|
Constructor and Description |
---|
PathGradientBrush(GraphicsPath path)
Initializes a new instance of the
PathGradientBrush class with the specified path. |
PathMulticolorGradientBrush(GraphicsPath path)
Initializes a new instance of the
PathMulticolorGradientBrush class with the specified path. |
Modifier and Type | Method and Description |
---|---|
static GeneralPath |
GraphicsPathExtensions.toGdiGraphicsPath(GraphicsPath graphicsPath)
Converts the
GraphicsPath to the GeneralPath . |
Modifier and Type | Method and Description |
---|---|
GraphicsPath |
ManualMaskingArgs.getMask()
Gets the set of graphic shapes that form mask.
|
Modifier and Type | Method and Description |
---|---|
void |
ManualMaskingArgs.setMask(GraphicsPath value)
Sets the set of graphic shapes that form mask.
|