C# Class ImageMagick.DrawableTranslation

Encapsulation of the DrawableTranslation object.
Inheritance: IDrawableTranslation
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTranslation ( double x, double y )

Initializes a new instance of the DrawableTranslation class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTranslation() public method

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

IDrawable() public method

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