Click or drag to resize

PathData Constructor (Boolean, Byte, Double)

Initializes a new instance of the PathData class

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PathData(
	bool defined,
	byte[] operators,
	double[] points
)

Parameters

defined
Type: SystemBoolean

[Missing <param name="defined"/> documentation for "M:pdftron.PDF.PathData.#ctor(System.Boolean,System.Byte[],System.Double[])"]

operators
Type: SystemByte

[Missing <param name="operators"/> documentation for "M:pdftron.PDF.PathData.#ctor(System.Boolean,System.Byte[],System.Double[])"]

points
Type: SystemDouble

[Missing <param name="points"/> documentation for "M:pdftron.PDF.PathData.#ctor(System.Boolean,System.Byte[],System.Double[])"]

See Also