Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a collection of points.
Inheritance Hierarchy
Bytescout.PDFPointsArray
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The PointsArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PointsArray |
Initializes a new instance of the Bytescout.PDF.PointsArray class.
|
![]() | PointsArray(IEnumerablePointF) |
Initializes a new instance of the Bytescout.PDF.PointsArray class.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of the elements in the collection.
|
![]() | Item |
Gets or sets the element at the specified index.
|
Methods
Name | Description | |
---|---|---|
![]() | AddPoint(PointF) |
Adds a point to the end of the collection.
|
![]() | AddPoint(Single, Single) |
Adds a point to the end of the collection.
|
![]() | AddRange |
Adds the elements of the specified collection to the end of the collection.
|
![]() | Clear |
Removes all elements from the collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert |
Inserts an element into the collection at the specified index.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemovePoint |
Removes the element at the specified index of the collection.
|
![]() | ToArray |
Copies the elements of the collection to a new array.
|
![]() | ToString | (Inherited from Object.) |
See Also