C# Class ImageMagick.DrawableBorderColor

Sets the border color to be used for drawing bordered objects.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
DrawableBorderColor ( MagickColor color )

Initializes a new instance of the DrawableBorderColor class.

DrawableBorderColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableBorderColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableBorderColor() public méthode

Initializes a new instance of the DrawableBorderColor class.
public DrawableBorderColor ( MagickColor color )
color MagickColor The color of the border.

DrawableBorderColor() public méthode

Initializes a new instance of the DrawableBorderColor class.
public DrawableBorderColor ( Color color ) : System.Drawing
color Color The color of the border.
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