Package | Description |
---|---|
com.aspose.imaging | |
com.aspose.imaging.brushes |
Modifier and Type | Method and Description |
---|---|
GraphicsPath |
GraphicsPath.deepClone()
Performs a deep clone of this graphics path.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPath.addPath(GraphicsPath addingPath)
Appends the specified
T:Aspose.Imaging.GraphicsPath to this path. |
void |
GraphicsPath.addPath(GraphicsPath addingPath,
boolean connect)
Appends the specified
T:Aspose.Imaging.GraphicsPath to this path. |
void |
Region.complement(GraphicsPath path)
Updates this
T:Aspose.Imaging.Region to contain the portion of the specified T:Aspose.Imaging.GraphicsPath that does not intersect with this T:Aspose.Imaging.Region . |
void |
Graphics.drawPath(Pen pen,
GraphicsPath path)
Draws a
Aspose.Imaging.GraphicsPath . |
void |
Region.exclude(GraphicsPath path)
Updates this
T:Aspose.Imaging.Region to contain only the portion of its interior that does not intersect with the specified T:Aspose.Imaging.GraphicsPath . |
void |
Graphics.fillPath(Brush brush,
GraphicsPath path)
Fills the interior of a
Aspose.Imaging.GraphicsPath . |
void |
Region.intersect(GraphicsPath path)
Updates this
T:Aspose.Imaging.Region to the intersection of itself with the specified T:Aspose.Imaging.GraphicsPath . |
void |
Region.union(GraphicsPath path)
Updates this
T:Aspose.Imaging.Region to the union of itself and the specified T:Aspose.Imaging.GraphicsPath . |
void |
Region.xor(GraphicsPath path)
Updates this
T:Aspose.Imaging.Region to the union minus the intersection of itself with the specified T:Aspose.Imaging.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. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.