C# Class SharpVectors.Dom.Svg.SvgPaint

Inheritance: SvgColor, ISvgPaint
Exibir arquivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
SetPaint ( SvgPaintType paintType, string uri, string rgbColor, string iccColor ) : void
SetUri ( string uri ) : void
SvgPaint ( string str ) : System

Private Methods

Method Description
_parsePaint ( string str ) : void
_setPaintType ( bool hasUri, bool hasRgb, bool hasIcc, bool hasNone, bool hasCurrentColor ) : void

Method Details

SetPaint() public method

public SetPaint ( SvgPaintType paintType, string uri, string rgbColor, string iccColor ) : void
paintType SvgPaintType
uri string
rgbColor string
iccColor string
return void

SetUri() public method

public SetUri ( string uri ) : void
uri string
return void

SvgPaint() public method

public SvgPaint ( string str ) : System
str string
return System