C# Class SharpVectors.Scripting.ScriptableSvgLengthList

Implementation wrapper for IScriptableSvgLengthList
Inheritance: ScriptableObject, IScriptableSvgLengthList
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode 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

Method Details

ScriptableSvgLengthList() public méthode

public ScriptableSvgLengthList ( object baseObject ) : System
baseObject object
Résultat System

appendItem() public méthode

public appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
Résultat IScriptableSvgLength

clear() public méthode

public clear ( ) : void
Résultat void

getItem() public méthode

public getItem ( ulong index ) : IScriptableSvgLength
index ulong
Résultat IScriptableSvgLength

initialize() public méthode

public initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
Résultat IScriptableSvgLength

insertItemBefore() public méthode

public insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
Résultat IScriptableSvgLength

removeItem() public méthode

public removeItem ( ulong index ) : IScriptableSvgLength
index ulong
Résultat IScriptableSvgLength

replaceItem() public méthode

public replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
Résultat IScriptableSvgLength