Class SVGPointList

SVGPointList class

此接口定义了 SVGPoint 对象列表。

public class SVGPointList : SVGListBase<SVGPoint>

特性

姓名描述
Item { get; set; }
Length { get; }
NumberOfItems { get; }

方法

姓名描述
AppendItem(SVGPoint)
Clear()
Dispose()释放非托管和 - 可选 - 托管资源。
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()此方法用于检索 ECMAScript 对象Type.
Initialize(SVGPoint)
InsertItemBefore(SVGPoint, ulong)
RemoveItem(ulong)
ReplaceItem(SVGPoint, ulong)
override ToString()返回一个String代表这个实例.

也可以看看