PdfPath Methods |
The PdfPath type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
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( PointF , 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 |
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.
|
|
|
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 | (Overrides PdfGraphicsWidget DrawInternal(PdfCanvas) .) |
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetBounds |
Gets the bounds.
(Inherited from
PdfShapeWidget
.)
|
|
|
GetBoundsInternal | (Overrides PdfShapeWidget GetBoundsInternal .) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetLastPoint |
Gets the last point.
|
|
|
GetPen | (Inherited from PdfFillElement .) |
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Layout |
Layouts the element.
(Inherited from
PdfShapeWidget
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
StartFigure |
Starts a new figure.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|