VDocs.NET
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.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in