C# 클래스 SharpVectors.Scripting.ScriptableCssPrimitiveValue

Implementation wrapper for IScriptableCssPrimitiveValue
상속: ScriptableCssValue, IScriptableCssPrimitiveValue
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableCssPrimitiveValue() 공개 메소드

public ScriptableCssPrimitiveValue ( object baseObject ) : System
baseObject object
리턴 System

getCounterValue() 공개 메소드

public getCounterValue ( ) : IScriptableCounter
리턴 IScriptableCounter

getFloatValue() 공개 메소드

public getFloatValue ( ushort unitType ) : float
unitType ushort
리턴 float

getRGBColorValue() 공개 메소드

public getRGBColorValue ( ) : IScriptableRgbColor
리턴 IScriptableRgbColor

getRectValue() 공개 메소드

public getRectValue ( ) : IScriptableRect
리턴 IScriptableRect

getStringValue() 공개 메소드

public getStringValue ( ) : string
리턴 string

setFloatValue() 공개 메소드

public setFloatValue ( ushort unitType, float floatValue ) : void
unitType ushort
floatValue float
리턴 void

setStringValue() 공개 메소드

public setStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
리턴 void