Click or drag to resize

PdfQuadPointsCollection Class

Represents a collection of the quadrilaterals
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfQuadPointsCollection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfQuadPointsCollection : IList<FS_QUADPOINTSF>, 
	ICollection<FS_QUADPOINTSF>, IEnumerable<FS_QUADPOINTSF>, IEnumerable

The PdfQuadPointsCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfQuadPointsCollection Initializes a new instance of the PdfQuadPointsCollection class.
Public methodPdfQuadPointsCollection(PdfTypeArray) Initialize a new instance of PdfQuadPointsCollection with specified quad points array
Top
Properties
 NameDescription
Public propertyCount Gets the number of FS_QUADPOINTSF contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets the FS_QUADPOINTSF at the specified index
Top
Methods
 NameDescription
Public methodAdd Adds a FS_QUADPOINTSF to the collection
Public methodClear Removes all FS_QUADPOINTSF from the collection
Public methodContains Determines whether the collection contains a specific FS_QUADPOINTSF.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific FS_QUADPOINTSF in the collection.
Public methodInsert Inserts a FS_QUADPOINTSF to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific FS_QUADPOINTSF from the collection.
Public methodRemoveAt Removes the FS_QUADPOINTSF at the specified index.
Top
See Also