C# Class SharpVectors.Dom.Css.CssPrimitiveColorValue

Inheritance: CssPrimitiveValue
Show file Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
CssPrimitiveColorValue ( int color, bool readOnly ) : System
CssPrimitiveColorValue ( string cssText, bool readOnly ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

Protected Methods

Method Description
_setCssText ( string cssText ) : void

Method Details

CssPrimitiveColorValue() public method

public CssPrimitiveColorValue ( int color, bool readOnly ) : System
color int
readOnly bool
return System

CssPrimitiveColorValue() public method

public CssPrimitiveColorValue ( string cssText, bool readOnly ) : System
cssText string
readOnly bool
return System

GetFloatValue() public method

public GetFloatValue ( CssPrimitiveType unitType ) : double
unitType CssPrimitiveType
return double

_setCssText() protected method

protected _setCssText ( string cssText ) : void
cssText string
return void