C# Class SharpVectors.Dom.Svg.SvgLengthList

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

Public Methods

Method 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 method

public AppendItem ( ISvgLength newItem ) : ISvgLength
newItem ISvgLength
return ISvgLength

FromString() public method

public FromString ( string listString ) : void
listString string
return void

GetItem() public method

public GetItem ( uint index ) : ISvgLength
index uint
return ISvgLength

Initialize() public method

public Initialize ( ISvgLength newItem ) : ISvgLength
newItem ISvgLength
return ISvgLength

InsertItemBefore() public method

public InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
return ISvgLength

RemoveItem() public method

public RemoveItem ( uint index ) : ISvgLength
index uint
return ISvgLength

ReplaceItem() public method

public ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength
newItem ISvgLength
index uint
return ISvgLength

SvgLengthList() public method

public SvgLengthList ( ) : System
return System

SvgLengthList() public method

public SvgLengthList ( string listString ) : System
listString string
return System

SvgLengthList() public method

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