Click or drag to resize

InkGetPointCount Method

Gets number of points in a certain stroked path in the InkList.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetPointCount(
	int pathindex
)

Parameters

pathindex
Type: SystemInt32
An unsigned integer indicating the index of the stroked path, the number of points within whom is of our interest.

Return Value

Type: Int32
An integer representing the number of points in the stroked path of the Ink list.
Remarks
The Ink list is An Array of n Arrays, each representing a stroked path. Each Array shall be a series of Point objects specifying points along the path. When drawn, the points shall be connected by straight lines or curves in an implementation-dependent way.
See Also