Path MethodsByteScout PDF SDK

The Path type exposes the following members.

Methods

  NameDescription
Public methodAddArc(RectangleF, Single, Single)
Appends an elliptical arc to the current figure.
Public methodAddArc(Single, Single, Single, Single, Single, Single)
Appends an elliptical arc to the current figure.
Public methodAddCircle(PointF, Single)
Adds a circle to the current path.
Public methodAddCircle(Single, Single, Single)
Adds a circle to the current path.
Public methodAddCurveTo(PointF, PointF, PointF)
Append a cubic Bézier curve to the current path.
Public methodAddCurveTo(Single, Single, Single, Single, Single, Single)
Append a cubic Bézier curve to the current path.
Public methodAddEllipse(RectangleF)
Adds an ellipse to the current path.
Public methodAddEllipse(Single, Single, Single, Single)
Adds an ellipse to the current path.
Public methodAddLineTo(PointF)
Appends a straight line segment from the current position to a specified endpoint.
Public methodAddLineTo(Single, Single)
Appends a straight line segment from the current position to a specified endpoint.
Public methodAddPie(RectangleF, Single, Single)
Adds the outline of a pie shape to this path.
Public methodAddPie(Single, Single, Single, Single, Single, Single)
Adds the outline of a pie shape to this path.
Public methodAddPolygon
Append the closed polygon to this path.
Public methodAddRectangle(RectangleF)
Adds a rectangle to this path.
Public methodAddRectangle(Single, Single, Single, Single)
Adds a rectangle to this path.
Public methodAddRoundedRectangle(RectangleF, Single)
Appends a rectangle with rounded corners to the current figure.
Public methodAddRoundedRectangle(Single, Single, Single, Single, Single)
Appends a rectangle with rounded corners to the current figure.
Public methodClosePath
Closes the current subpath by appending a straight line segment from the current position to the starting point of the subpath.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMoveTo(PointF)
Moves the current point to a new position.
Public methodMoveTo(Single, Single)
Moves the current point to a new position.
Public methodReset
Empties path of points.
Public methodToString (Inherited from Object.)
Top
See Also

Reference