C# Class ImageMagick.DrawablePoint

Draws a point using the current fill color.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
DrawablePoint ( double x, double y )

Initializes a new instance of the DrawablePoint class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePoint() public méthode

Initializes a new instance of the DrawablePoint class.
public DrawablePoint ( double x, double y )
x double The X coordinate.
y double The Y coordinate.

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