C# Class SharpVectors.Scripting.ScriptableSvgElementInstanceList

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

Public Methods

Method Description
ScriptableSvgElementInstanceList ( object baseObject ) : System
item ( ulong index ) : IScriptableSvgElementInstance

Method Details

ScriptableSvgElementInstanceList() public method

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

item() public method

public item ( ulong index ) : IScriptableSvgElementInstance
index ulong
return IScriptableSvgElementInstance