Table of Contents

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
IDrawableTranslation
IDrawable
Inherited Members

Constructors

DrawableTranslation(double, double)

Initializes a new instance of the DrawableTranslation class.

public DrawableTranslation(double x, double y)

Parameters

x double

The X coordinate.

y double

The Y coordinate.

Properties

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double