Uses of Class
com.aspose.imaging.GraphicsPath

Packages that use GraphicsPath
com.aspose.imaging   
com.aspose.imaging.brushes   
 

Uses of GraphicsPath in com.aspose.imaging
 

Methods in com.aspose.imaging that return GraphicsPath
 GraphicsPath GraphicsPath.deepClone()
           Performs a deep clone of this graphics path.
 

Methods in com.aspose.imaging with parameters of type GraphicsPath
 void GraphicsPath.addPath(GraphicsPath addingPath)
           Appends the specified com.aspose.imaging.GraphicsPath to this path.
 void GraphicsPath.addPath(GraphicsPath addingPath, boolean connect)
           Appends the specified com.aspose.imaging.GraphicsPath to this path.
 void Region.complement(GraphicsPath path)
           Updates this com.aspose.imaging.Region to contain the portion of the specified com.aspose.imaging.GraphicsPath that does not intersect with this com.aspose.imaging.Region.
 void Graphics.drawPath(Pen pen, GraphicsPath path)
           Draws a com.aspose.imaging.GraphicsPath.
 void Region.exclude(GraphicsPath path)
           Updates this com.aspose.imaging.Region to contain only the portion of its interior that does not intersect with the specified com.aspose.imaging.GraphicsPath.
 void Graphics.fillPath(Brush brush, GraphicsPath path)
           Fills the interior of a com.aspose.imaging.GraphicsPath.
 void Region.intersect(GraphicsPath path)
           Updates this com.aspose.imaging.Region to the intersection of itself with the specified com.aspose.imaging.GraphicsPath.
 void Region.union(GraphicsPath path)
           Updates this com.aspose.imaging.Region to the union of itself and the specified com.aspose.imaging.GraphicsPath.
 void Region.xor(GraphicsPath path)
           Updates this com.aspose.imaging.Region to the union minus the intersection of itself with the specified com.aspose.imaging.GraphicsPath.
 

Constructors in com.aspose.imaging with parameters of type GraphicsPath
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 com.aspose.imaging.Region with the specified com.aspose.imaging.GraphicsPath.
 

Uses of GraphicsPath in com.aspose.imaging.brushes
 

Methods in com.aspose.imaging.brushes that return GraphicsPath
 GraphicsPath PathGradientBrushBase.getGraphicsPath()
           Gets the graphics path this brush was build upon.
 

Constructors in com.aspose.imaging.brushes with parameters of type GraphicsPath
PathGradientBrush(GraphicsPath path)
           Initializes a new instance of the PathGradientBrush class with the specified path.
PathGradientBrushBase(GraphicsPath path)
           Initializes a new instance of the PathGradientBrushBase class with the specified path.
PathMulticolorGradientBrush(GraphicsPath path)
           Initializes a new instance of the PathMulticolorGradientBrush class with the specified path.