SVGPointList Class

SVGPointList class

This interface defines a list of SVGPoint objects.

public class SVGPointList : SVGListBase<SVGPoint>

Properties

NameDescription
Item { get; set; }
Length { get; }
NumberOfItems { get; }

Methods

NameDescription
AppendItem(SVGPoint)
Clear()
Dispose()Releases unmanaged and - optionally - managed resources.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .
Initialize(SVGPoint)
InsertItemBefore(SVGPoint, ulong)
RemoveItem(ulong)
ReplaceItem(SVGPoint, ulong)
override ToString()Returns a String that represents this instance.

See Also