C# 클래스 SharpVectors.Dom.Svg.SvgLengthList

This interface defines a list of SvgLength objects
상속: SvgList, ISvgLengthList
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
AppendItem ( ISvgLength newItem ) : ISvgLength
FromString ( string listString ) : void
GetItem ( uint index ) : ISvgLength
Initialize ( ISvgLength newItem ) : ISvgLength
InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength
RemoveItem ( uint index ) : ISvgLength
ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength
SvgLengthList ( ) : System
SvgLengthList ( string listString ) : System
SvgLengthList ( string propertyName, string listString, SvgElement ownerElement, SvgLengthDirection direction ) : System

메소드 상세

AppendItem() 공개 메소드

public AppendItem ( ISvgLength newItem ) : ISvgLength
newItem ISvgLength
리턴 ISvgLength

FromString() 공개 메소드

public FromString ( string listString ) : void
listString string
리턴 void

GetItem() 공개 메소드

public GetItem ( uint index ) : ISvgLength
index uint
리턴 ISvgLength

Initialize() 공개 메소드

public Initialize ( ISvgLength newItem ) : ISvgLength
newItem ISvgLength
리턴 ISvgLength

InsertItemBefore() 공개 메소드

public InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
리턴 ISvgLength

RemoveItem() 공개 메소드

public RemoveItem ( uint index ) : ISvgLength
index uint
리턴 ISvgLength

ReplaceItem() 공개 메소드

public ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
리턴 ISvgLength

SvgLengthList() 공개 메소드

public SvgLengthList ( ) : System
리턴 System

SvgLengthList() 공개 메소드

public SvgLengthList ( string listString ) : System
listString string
리턴 System

SvgLengthList() 공개 메소드

public SvgLengthList ( string propertyName, string listString, SvgElement ownerElement, SvgLengthDirection direction ) : System
propertyName string
listString string
ownerElement SvgElement
direction SvgLengthDirection
리턴 System