Click or drag to resize

ResampleColormappedToRgbCommandDestSize Property

Gets or sets the value of destSize
Gets or sets the final width and height of the image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Size DestSize { get; set; }

Property Value

Type: Size
The final size of the image.

Property Value

Type: Size
The final size of the image.
Exceptions
ExceptionCondition
Thrown when the width or height is less than or equal to 0.
Remarks
Ignored when the MaxSize property is set to a value greater than 0.
See Also