C# Class SharpVectors.Scripting.ScriptableSvgPathSegList

Implementation wrapper for IScriptableSvgPathSegList
Inheritance: ScriptableObject, IScriptableSvgPathSegList
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgPathSegList ( object baseObject ) : System
appendItem ( IScriptableSvgPathSeg newItem ) : IScriptableSvgPathSeg
clear ( ) : void
getItem ( ulong index ) : IScriptableSvgPathSeg
initialize ( IScriptableSvgPathSeg newItem ) : IScriptableSvgPathSeg
insertItemBefore ( IScriptableSvgPathSeg newItem, ulong index ) : IScriptableSvgPathSeg
removeItem ( ulong index ) : IScriptableSvgPathSeg
replaceItem ( IScriptableSvgPathSeg newItem, ulong index ) : IScriptableSvgPathSeg

Method Details

ScriptableSvgPathSegList() public method

public ScriptableSvgPathSegList ( object baseObject ) : System
baseObject object
return System

appendItem() public method

public appendItem ( IScriptableSvgPathSeg newItem ) : IScriptableSvgPathSeg
newItem IScriptableSvgPathSeg
return IScriptableSvgPathSeg

clear() public method

public clear ( ) : void
return void

getItem() public method

public getItem ( ulong index ) : IScriptableSvgPathSeg
index ulong
return IScriptableSvgPathSeg

initialize() public method

public initialize ( IScriptableSvgPathSeg newItem ) : IScriptableSvgPathSeg
newItem IScriptableSvgPathSeg
return IScriptableSvgPathSeg

insertItemBefore() public method

public insertItemBefore ( IScriptableSvgPathSeg newItem, ulong index ) : IScriptableSvgPathSeg
newItem IScriptableSvgPathSeg
index ulong
return IScriptableSvgPathSeg

removeItem() public method

public removeItem ( ulong index ) : IScriptableSvgPathSeg
index ulong
return IScriptableSvgPathSeg

replaceItem() public method

public replaceItem ( IScriptableSvgPathSeg newItem, ulong index ) : IScriptableSvgPathSeg
newItem IScriptableSvgPathSeg
index ulong
return IScriptableSvgPathSeg