C# Class SharpVectors.Dom.Svg.SvgLengthList

This interface defines a list of SvgLength objects
Inheritance: SvgList, ISvgLengthList
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

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

Method Details

AppendItem() public méthode

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

FromString() public méthode

public FromString ( string listString ) : void
listString string
Résultat void

GetItem() public méthode

public GetItem ( uint index ) : ISvgLength
index uint
Résultat ISvgLength

Initialize() public méthode

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

InsertItemBefore() public méthode

public InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
Résultat ISvgLength

RemoveItem() public méthode

public RemoveItem ( uint index ) : ISvgLength
index uint
Résultat ISvgLength

ReplaceItem() public méthode

public ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
Résultat ISvgLength

SvgLengthList() public méthode

public SvgLengthList ( ) : System
Résultat System

SvgLengthList() public méthode

public SvgLengthList ( string listString ) : System
listString string
Résultat System

SvgLengthList() public méthode

public SvgLengthList ( string propertyName, string listString, SvgElement ownerElement, SvgLengthDirection direction ) : System
propertyName string
listString string
ownerElement SvgElement
direction SvgLengthDirection
Résultat System