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
-
IDrawableScalingIDrawable
- Inherited Members
Constructors
DrawableScaling(double, double)
Initializes a new instance of the DrawableScaling class.
public DrawableScaling(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; }