Method | Description | |
---|---|---|
ScriptableSvgLengthList ( object baseObject ) : System | ||
appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength | ||
clear ( ) : void | ||
getItem ( ulong index ) : IScriptableSvgLength | ||
initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength | ||
insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength | ||
removeItem ( ulong index ) : IScriptableSvgLength | ||
replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength |
public ScriptableSvgLengthList ( object baseObject ) : System | ||
baseObject | object | |
return | System |
public appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength | ||
newItem | IScriptableSvgLength | |
return | IScriptableSvgLength |
public getItem ( ulong index ) : IScriptableSvgLength | ||
index | ulong | |
return | IScriptableSvgLength |
public initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength | ||
newItem | IScriptableSvgLength | |
return | IScriptableSvgLength |
public insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength | ||
newItem | IScriptableSvgLength | |
index | ulong | |
return | IScriptableSvgLength |
public removeItem ( ulong index ) : IScriptableSvgLength | ||
index | ulong | |
return | IScriptableSvgLength |
public replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength | ||
newItem | IScriptableSvgLength | |
index | ulong | |
return | IScriptableSvgLength |