Link Search Menu Expand Document

PointsArray Class

Represents a collection of points.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPointsArray

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class PointsArray

The PointsArray type exposes the following members.

Constructors
NameDescription
Public methodPointsArray
Initializes a new instance of the Bytescout.PDF.PointsArray class.
Public methodPointsArray(IEnumerablePointF)
Initializes a new instance of the Bytescout.PDF.PointsArray class.
Top
Properties
NameDescription
Public propertyCount
Gets the number of the elements in the collection.
Public propertyItem
Gets or sets the element at the specified index.
Top
Methods
NameDescription
Public methodAddPoint(PointF)
Adds a point to the end of the collection.
Public methodAddPoint(Single, Single)
Adds a point to the end of the collection.
Public methodAddRange
Adds the elements of the specified collection to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemovePoint
Removes the element at the specified index of the collection.
Public methodToArray
Copies the elements of the collection to a new array.
Public methodToString (Inherited from Object.)
Top
See Also

Reference