Link Search Menu Expand Document

PointsArrayAddPoint Method (Single, Single)

Adds a point to the end of the collection.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddPoint(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Bytescout.PDF.PointsArray.AddPoint(System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Bytescout.PDF.PointsArray.AddPoint(System.Single,System.Single)"]

See Also

Reference