VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type
Constructors SeeAlso
In This Topic
    WebPointCollectionJS Class Members
    In This Topic
    The following tables list the members exposed by WebPointCollectionJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPointCollectionJS class.
    Methods
     NameDescription
    Public MethodAdds a point to the end of collection.
    Public MethodChanges the point in collection.
    Public MethodCreates a new point collection that is a copy of the current point collection.
    Public MethodCopies the state of the point collection to the target point collection if their max length are equal.
    Public MethodGets the number of point in collection.
    Public MethodGets the points.
    Public MethodReturns the point.
    Public MethodInserts a point into collection.
    Public MethodRetrieves the last point from collection.
    Public MethodRemoves point from collection.
    Public MethodRemoves points from collection.
    Public MethodSets the points.
    Public MethodSwaps two points in the collection.
    Events
     NameDescription
    Public EventOccurs when points collection is changed.
    Public EventOccurs when points collection is changing.
    See Also