Class DrawableTranslation
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate.
public sealed class DrawableTranslation : IDrawableTranslation, IDrawable
- Inheritance
-
DrawableTranslation
- Implements
-
IDrawableTranslationIDrawable
- Inherited Members
Constructors
DrawableTranslation(double, double)
Initializes a new instance of the DrawableTranslation class.
public DrawableTranslation(double x, double y)
Parameters
Properties
X
Gets or sets the X coordinate.
public double X { get; set; }
Property Value
Y
Gets or sets the Y coordinate.
public double Y { get; set; }