Table of Contents

Class DrawableScaling

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

public sealed class DrawableScaling : IDrawableScaling, IDrawable
Inheritance
DrawableScaling
Implements
IDrawableScaling
IDrawable
Inherited Members

Constructors

DrawableScaling(double, double)

Initializes a new instance of the DrawableScaling class.

public DrawableScaling(double x, double y)

Parameters

x double

Horizontal scale factor.

y double

Vertical scale factor.

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