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

상속: ISvgPathSegList
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
AppendItem ( ISvgPathSeg newItem ) : ISvgPathSeg
Clear ( ) : void
GetEndAngle ( int index ) : float
GetItem ( int index ) : ISvgPathSeg
GetStartAngle ( int index ) : float
Initialize ( ISvgPathSeg newItem ) : ISvgPathSeg
InsertItemBefore ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
RemoveItem ( int index ) : ISvgPathSeg
ReplaceItem ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
SvgPathSegList ( string d, bool readOnly ) : System
this ( int index ) : ISvgPathSeg

비공개 메소드들

메소드 설명
GetNextSegment ( SvgPathSeg seg ) : SvgPathSeg
GetPathSegAtLength ( float distance ) : int
GetPreviousSegment ( SvgPathSeg seg ) : SvgPathSeg
GetTotalLength ( ) : float
changeIndexes ( int startAt, int diff ) : void
getCoords ( String segment ) : float[]
parseString ( string d ) : void
setListAndIndex ( SvgPathSeg newItem, int index ) : void

메소드 상세

AppendItem() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEndAngle() 공개 메소드

public GetEndAngle ( int index ) : float
index int
리턴 float

GetItem() 공개 메소드

public GetItem ( int index ) : ISvgPathSeg
index int
리턴 ISvgPathSeg

GetStartAngle() 공개 메소드

public GetStartAngle ( int index ) : float
index int
리턴 float

Initialize() 공개 메소드

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

InsertItemBefore() 공개 메소드

public InsertItemBefore ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
newItem ISvgPathSeg
index int
리턴 ISvgPathSeg

RemoveItem() 공개 메소드

public RemoveItem ( int index ) : ISvgPathSeg
index int
리턴 ISvgPathSeg

ReplaceItem() 공개 메소드

public ReplaceItem ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
newItem ISvgPathSeg
index int
리턴 ISvgPathSeg

SvgPathSegList() 공개 메소드

public SvgPathSegList ( string d, bool readOnly ) : System
d string
readOnly bool
리턴 System

this() 공개 메소드

public this ( int index ) : ISvgPathSeg
index int
리턴 ISvgPathSeg