C# Class SharpVectors.Dom.Svg.SvgPaint

Inheritance: SvgColor, ISvgPaint
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

SetPaint() public méthode

public SetPaint ( SvgPaintType paintType, string uri, string rgbColor, string iccColor ) : void
paintType SvgPaintType
uri string
rgbColor string
iccColor string
Résultat void

SetUri() public méthode

public SetUri ( string uri ) : void
uri string
Résultat void

SvgPaint() public méthode

public SvgPaint ( string str ) : System
str string
Résultat System