PathCommand

Overview

PathCommand is a struct in Aspose.PDF FOSS for .NET.

A single path construction command with coordinates.

This struct provides 1 method for working with PathCommand objects in .NET programs. Available methods include: PathCommand. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Op, X1, X2, X3, Y1, Y2, and 1 more.

Properties

NameTypeAccessDescription
OpPathOpReadGets the op.
X1doubleReadGets the x1.
Y1doubleReadGets the y1.
X2doubleReadGets the x2.
Y2doubleReadGets the y2.
X3doubleReadGets the x3.
Y3doubleReadGets the y3.

Methods

SignatureDescription
PathCommand(op: PathOp, x1: double, y1: double, x2: double, y2: double, x3: double, y3: double)Calls PathCommand on this PathCommand instance.

See Also