AddArc(RectangleF, Single, Single) |
Adds an elliptical arc to this Path.
|
AddArc(Single, Single, Single, Single, Single, Single) |
Adds an elliptical arc to this Path.
|
AddBezier(PointF, PointF, PointF, PointF) |
Adds a Bézier curve to this Path.
|
AddBezier(Single, Single, Single, Single, Single, Single, Single, Single) |
Adds a Bézier curve to this Path.
|
AddBeziers(IEnumerablePointF) |
Adds a series of Bézier curves to this Path.
|
AddBeziers(PointF) |
Adds a series of Bézier curves to this Path.
|
AddEllipse(RectangleF) |
Adds an ellipse to this Path.
|
AddEllipse(Single, Single, Single, Single) |
Adds an ellipse to this Path.
|
AddLine(PointF, PointF) |
Adds a line to the current figure of this Path instance.
|
AddLine(Single, Single, Single, Single) |
Adds a line to the current figure of this Path instance.
|
AddLines(IEnumerablePointF) |
Adds a series of connected lines to the current figure of this Path instance.
|
AddLines(PointF) |
Adds a series of connected lines to the current figure of this Path instance.
|
AddPath |
Adds the figures of another Path instance to this Path.
|
AddPie(RectangleF, Single, Single) |
Adds a pie shape to this Path.
|
AddPie(Single, Single, Single, Single, Single, Single) |
Adds a pie shape to this Path.
|
AddPoint(PointF) |
Adds a point to the current figure of this Path instance.
|
AddPoint(Single, Single) |
Adds a point to the current figure of this Path instance.
|
AddPolygon(IEnumerablePointF) |
Adds a polygon to this Path.
|
AddPolygon(PointF) |
Adds a polygon to this Path.
|
AddRectangle(RectangleF) |
Adds a rectangle to this Path.
|
AddRectangle(Single, Single, Single, Single) |
Adds a rectangle to this Path.
|
AddRoundedRectangle(RectangleF, Single) |
Adds a rounded rectangle to this Path, applying the same corner radius to all corners.
|
AddRoundedRectangle(RectangleF, Single, Single, Single, Single) |
Adds a rounded rectangle to this Path, applying a custom corner radius to each corner.
|
AddRoundedRectangle(Single, Single, Single, Single, Single) |
Adds a rounded rectangle to this Path, applying the same corner radius to all corners.
|
AddRoundedRectangle(Single, Single, Single, Single, Single, Single, Single, Single) |
Adds a rounded rectangle to this Path, applying a custom corner radius to each corner.
|
AsClosed |
Gets a Path instance from this Path, in which every figure is closed.
|
CloseFigure |
Closes the current figure. If the current figure is empty or already closed, this method has no effect.
|
GetPoints |
Gets the points of the figures in this Path instance.
|
ResetTransformation |
Resets the current Transformation to the identity matrix.
|
SetTransformation |
Overwrites the current Transformation with a TransformationMatrix to be applied
to the items that are added to the current Path after calling this method.
|
StartFigure |
Starts a new figure without closing the current figure. If the current figure is empty, this method has no effect.
See also the Remarks section of the CloseFigure method for details.
|
Transform |
Returns a new Path instance, whose figures are transformed by the specified matrix.
This method does not change the original path instance. To transform the original instance, use the TransformAdded method instead.
|
TransformAdded |
Transforms the already added items in this Path instance by applying the specified matrix.
This method does not change the value of the Transformation property.
|
TransformRotation |
Applies a rotation to the current Transformation.
|
TransformScale |
Applies a scaling (zoom) to the current Transformation.
|
TransformTranslation |
Applies a translation (offset) to the origin of the current Transformation.
|