Implements graphics path, which is a sequence of primitive graphics elements.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfPath : PdfFillElement
Public Class PdfPath Inherits PdfFillElement
public ref class PdfPath : public PdfFillElement
type PdfPath = class inherit PdfFillElement end
Members
| All Members | Constructors | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| PdfPath()()()() |
Initializes a new instance of the class.
| |
| PdfPath(PdfBrush) |
Initializes a new instance of the class.
| |
| PdfPath(PdfPen) |
Initializes a new instance of the class.
| |
| PdfPath(array<PointF>[]()[][], array<Byte>[]()[][]) |
Initializes a new instance of the class.
| |
| PdfPath(PdfBrush, PdfFillMode) |
Initializes a new instance of the class.
| |
| PdfPath(PdfPen, PdfBrush, PdfFillMode) |
Initializes a new instance of the class.
| |
| PdfPath(PdfPen, array<PointF>[]()[][], array<Byte>[]()[][]) |
Initializes a new instance of the class.
| |
| PdfPath(PdfBrush, PdfFillMode, array<PointF>[]()[][], array<Byte>[]()[][]) |
Initializes a new instance of the class.
| |
| AddArc(RectangleF, Single, Single) |
Adds an arc.
| |
| AddArc(Single, Single, Single, Single, Single, Single) |
Adds an arc.
| |
| AddBezier(PointF, PointF, PointF, PointF) |
Adds a bezier curve.
| |
| AddBezier(Single, Single, Single, Single, Single, Single, Single, Single) |
Adds a bezier curve.
| |
| AddEllipse(RectangleF) |
Adds an ellipse.
| |
| AddEllipse(Single, Single, Single, Single) |
Adds an ellipse.
| |
| AddLine(PointF, PointF) |
Adds a line.
| |
| AddLine(Single, Single, Single, Single) |
Adds a line.
| |
| AddPath(PdfPath) |
Appends the path specified to this one.
| |
| AddPath(array<PointF>[]()[][], array<Byte>[]()[][]) |
Appends the path specified by the points and their types to this one.
| |
| AddPie(RectangleF, Single, Single) |
Appends the pie to this path.
| |
| AddPie(Single, Single, Single, Single, Single, Single) |
Appends the pie to this path.
| |
| AddPolygon(array<PointF>[]()[][]) |
Append the closed polygon to this path.
| |
| AddRectangle(RectangleF) |
Appends the rectangle to this path.
| |
| AddRectangle(Single, Single, Single, Single) |
Appends the rectangle to this path.
| |
| BeginPageLayout |
Event. Raises before the element should be printed on the page.
(Inherited from PdfLayoutWidget.) | |
| Brush |
Gets or sets the brush.
(Inherited from PdfFillElement.) | |
| CloseAllFigures()()()() |
Closes all non-closed figures.
| |
| CloseFigure()()()() |
Closes the last figure.
| |
| Draw(PdfCanvas) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfPageBase, PointF) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfCanvas, Single, Single) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfPageBase, PointF, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF, Boolean) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, Single, Single) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, Single, Single, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| DrawInternal(PdfCanvas) | (Overrides PdfGraphicsWidget..::..DrawInternal(PdfCanvas).) | |
| EndPageLayout |
Event. Raises after the element was printed on the page.
(Inherited from PdfLayoutWidget.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| FillMode |
Gets or sets the fill mode.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBounds()()()() |
Gets the bounds.
(Inherited from PdfShapeWidget.) | |
| GetBoundsInternal()()()() | (Overrides PdfShapeWidget..::..GetBoundsInternal()()()().) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLastPoint()()()() |
Gets the last point.
| |
| GetPen()()()() | (Inherited from PdfFillElement.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LastPoint |
Gets the last point.
| |
| Layout(HtmlToPdfLayoutParams) | (Inherited from PdfLayoutWidget.) | |
| Layout(PdfLayoutParams) | (Inherited from PdfShapeWidget.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PathPoints |
Gets the path points.
| |
| PathTypes |
Gets the path point types.
| |
| Pen |
Gets or sets a pen that will be used to draw the element.
(Inherited from PdfDrawWidget.) | |
| PointCount |
Gets the point count.
| |
| StartFigure()()()() |
Starts a new figure.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Graphics..::..PdfShapeWidget
Spire.Pdf.Graphics..::..PdfDrawWidget
Spire.Pdf.Graphics..::..PdfFillElement
Spire.Pdf.Graphics..::..PdfPath
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Graphics..::..PdfShapeWidget
Spire.Pdf.Graphics..::..PdfDrawWidget
Spire.Pdf.Graphics..::..PdfFillElement
Spire.Pdf.Graphics..::..PdfPath