Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.brushes | |
com.aspose.psd.extensions |
Modifier and Type | Method and Description |
---|---|
GraphicsPath |
GraphicsPath.deepClone()
Performs a deep clone of this graphics path.
|
GraphicsPath |
CustomLineCap.getFillPath()
Gets or sets the object that defines the fill for the custom cap.
|
GraphicsPath |
CustomLineCap.getStrokePath()
Gets or sets the object that defines the outline of the custom cap.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPath.addPath(GraphicsPath addingPath)
Appends the specified
GraphicsPath to this path. |
void |
GraphicsPath.addPath(GraphicsPath addingPath,
boolean connect)
Appends the specified
GraphicsPath to this path. |
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 |
CustomLineCap.setFillPath(GraphicsPath value)
Gets or sets the object that defines the fill for the custom cap.
|
void |
CustomLineCap.setStrokePath(GraphicsPath value)
Gets or sets the object that defines the outline of the custom cap.
|
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 |
---|
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
Region with the specified 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 . |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.