C# Class ImageMagick.DrawableStrokeColor

Sets the color used for stroking object outlines.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
DrawableStrokeColor ( MagickColor color )

Initializes a new instance of the DrawableStrokeColor class.

DrawableStrokeColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableStrokeColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeColor() public méthode

Initializes a new instance of the DrawableStrokeColor class.
public DrawableStrokeColor ( MagickColor color )
color MagickColor The color to use.

DrawableStrokeColor() public méthode

Initializes a new instance of the DrawableStrokeColor class.
public DrawableStrokeColor ( Color color ) : System.Drawing
color Color The color to use.
Résultat System.Drawing

IDrawable() public méthode

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Résultat void