C# Class SharpVectors.Scripting.ScriptableSvgPaint

Implementation wrapper for IScriptableSvgPaint
Inheritance: ScriptableSvgColor, IScriptableSvgPaint
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgPaint ( object baseObject ) : System
setPaint ( ushort paintType, string uri, string rgbColor, string iccColor ) : void
setUri ( string uri ) : void

Method Details

ScriptableSvgPaint() public méthode

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

setPaint() public méthode

public setPaint ( ushort paintType, string uri, string rgbColor, string iccColor ) : void
paintType ushort
uri string
rgbColor string
iccColor string
Résultat void

setUri() public méthode

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