VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePoints Class
Properties Methods SeeAlso
In This Topic
    GraphicsFigurePoints Class Members
    In This Topic
    The following tables list the members exposed by GraphicsFigurePoints.
    Public Properties
     NameDescription
    Public PropertyGets the number of points actually contained in this collection.
    Public PropertyGets a value indicating whether the collection has a fixed size.
    Public PropertyGets a value indicating whether this collection is read-only.
    Public PropertyGets a minimal count of point in this collection.
    Public PropertyGets or sets the point at the specified index.
    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