SVGPathSegList

SVGPathSegList class

Bu arabirim, SVGPathSeg nesnelerinin bir listesini tanımlar.

public class SVGPathSegList : SVGListBase<SVGPathSeg>

yapıcılar

İsim Tanım
SVGPathSegList() Yeni bir örneğini başlatırSVGPathSegList sınıf.
SVGPathSegList(IEnumerable<SVGPathSeg>) Yeni bir örneğini başlatırSVGPathSegList sınıf.

Özellikleri

İsim Tanım
Item { get; set; }
Length { get; }
NumberOfItems { get; }

yöntemler

İsim Tanım
AppendItem(SVGPathSeg)
Clear()
Dispose() Yönetilmeyen ve isteğe bağlı olarak yönetilen kaynakları serbest bırakır.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType() Bu yöntem, ECMAScript nesnesini almak için kullanılırType .
Initialize(SVGPathSeg)
InsertItemBefore(SVGPathSeg, ulong)
RemoveItem(ulong)
ReplaceItem(SVGPathSeg, ulong)

Ayrıca bakınız