VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Enums.PathCommandsType

Namespace: DOM.Enums

Represents the types of path commands used in vector graphics.

10 members

Fields

ClosePath

Close the current path by drawing a straight line to the starting point.

CurveTo

Draw a cubic Bézier curve from the current point to a new point.

EllipticalArcTo

Draw an elliptical arc from the current point to a new point.

HorizontalLineTo

Draw a horizontal line from the current point to a new point along the x-axis.

LineTo

Draw a straight line from the current point to a new point.

MoveTo

Move the pen to a new point without drawing a line.

QuadraticBezierCurveTo

Draw a quadratic Bézier curve from the current point to a new point.

SmoothCurveTo

Draw a smooth cubic Bézier curve from the current point to a new point, using the reflection of the previous control point.

SmoothQuadraticBezierCurveTo

Draw a smooth quadratic Bézier curve from the current point to a new point, using the reflection of the previous control point.

VerticalLineTo

Draw a vertical line from the current point to a new point along the y-axis.