Link Search Menu Expand Document

PointsArrayAddPoint Method (PointF)

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(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The value to be added to the end of the collection.
See Also

Reference