Table of Contents

Class DistortSettings

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

Class that contains setting for the distort operation.

public sealed class DistortSettings : IDistortSettings
Inheritance
DistortSettings
Implements
IDistortSettings
Inherited Members

Constructors

DistortSettings()

public DistortSettings()

Properties

Bestfit

Gets or sets a value indicating whether distort attempt to 'bestfit' the size of the resulting image.

public bool Bestfit { get; set; }

Property Value

bool

Scale

Gets or sets a value to scale the size of the output canvas by this amount to provide a method of Zooming, and for super-sampling the results.

public double? Scale { get; set; }

Property Value

double?

Viewport

Gets or sets the viewport that directly set the output image canvas area and offest to use for the resulting image, rather than use the original images canvas, or a calculated 'bestfit' canvas.

public IMagickGeometry? Viewport { get; set; }

Property Value

IMagickGeometry