VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePoints Class
In This Topic
GraphicsFigurePoints Class Methods
In This Topic
For a list of all methods of this type, see GraphicsFigurePoints.
Public Methods
 NameDescription
Public MethodAdds an object to the end of the collection.
Public MethodAdds the points of the specified collection to the end of the GraphicsFigurePoints.
Public MethodRemoves all points from the collection.
Public MethodClears the GraphicsFigurePoints and adds the points of the specified array to the end of the GraphicsFigurePoints.
Public MethodDetermines whether a point is in the collection.
Public MethodCopies the entire collection to a one-dimensional array, starting at the specified index of the target array.
Public MethodReturns an enumerator that iterates through the collection.
Public MethodSearches for the specified point and returns the zero-based index of the first occurrence within the entire collection.
Public MethodInserts a point into the collection at the specified index.
Public MethodRemoves the first occurrence of a specific point from the collection.
Public MethodRemoves the point at the specified index of the collection.
Public MethodCopies the points of the collection to a new array.
Public MethodApplies the specified translation vector (offsetX and offsetY) to the reference points.
See Also