C# Class SharpVectors.Dom.Svg.SvgPathSegList

Inheritance: ISvgPathSegList
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AppendItem() public méthode

public AppendItem ( ISvgPathSeg newItem ) : ISvgPathSeg
newItem ISvgPathSeg
Résultat ISvgPathSeg

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEndAngle() public méthode

public GetEndAngle ( int index ) : float
index int
Résultat float

GetItem() public méthode

public GetItem ( int index ) : ISvgPathSeg
index int
Résultat ISvgPathSeg

GetStartAngle() public méthode

public GetStartAngle ( int index ) : float
index int
Résultat float

Initialize() public méthode

public Initialize ( ISvgPathSeg newItem ) : ISvgPathSeg
newItem ISvgPathSeg
Résultat ISvgPathSeg

InsertItemBefore() public méthode

public InsertItemBefore ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
newItem ISvgPathSeg
index int
Résultat ISvgPathSeg

RemoveItem() public méthode

public RemoveItem ( int index ) : ISvgPathSeg
index int
Résultat ISvgPathSeg

ReplaceItem() public méthode

public ReplaceItem ( ISvgPathSeg newItem, int index ) : ISvgPathSeg
newItem ISvgPathSeg
index int
Résultat ISvgPathSeg

SvgPathSegList() public méthode

public SvgPathSegList ( string d, bool readOnly ) : System
d string
readOnly bool
Résultat System

this() public méthode

public this ( int index ) : ISvgPathSeg
index int
Résultat ISvgPathSeg