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