C# Class ImageMagick.DrawableAlpha

Paints on the image's alpha channel in order to set effected pixels to transparent.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
DrawableAlpha ( double x, double y, PaintMethod paintMethod )

Initializes a new instance of the DrawableAlpha class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableAlpha() public méthode

Initializes a new instance of the DrawableAlpha class.
public DrawableAlpha ( double x, double y, PaintMethod paintMethod )
x double The X coordinate.
y double The Y coordinate.
paintMethod PaintMethod The paint method to use.

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