C# Class SharpVectors.Scripting.ScriptableCssPrimitiveValue

Implementation wrapper for IScriptableCssPrimitiveValue
Inheritance: ScriptableCssValue, IScriptableCssPrimitiveValue
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableCssPrimitiveValue ( object baseObject ) : System
getCounterValue ( ) : IScriptableCounter
getFloatValue ( ushort unitType ) : float
getRGBColorValue ( ) : IScriptableRgbColor
getRectValue ( ) : IScriptableRect
getStringValue ( ) : string
setFloatValue ( ushort unitType, float floatValue ) : void
setStringValue ( ushort stringType, string stringValue ) : void

Method Details

ScriptableCssPrimitiveValue() public méthode

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

getCounterValue() public méthode

public getCounterValue ( ) : IScriptableCounter
Résultat IScriptableCounter

getFloatValue() public méthode

public getFloatValue ( ushort unitType ) : float
unitType ushort
Résultat float

getRGBColorValue() public méthode

public getRGBColorValue ( ) : IScriptableRgbColor
Résultat IScriptableRgbColor

getRectValue() public méthode

public getRectValue ( ) : IScriptableRect
Résultat IScriptableRect

getStringValue() public méthode

public getStringValue ( ) : string
Résultat string

setFloatValue() public méthode

public setFloatValue ( ushort unitType, float floatValue ) : void
unitType ushort
floatValue float
Résultat void

setStringValue() public méthode

public setStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
Résultat void