Click or drag to resize

ResampleMaskedCommandDestSize Property

Sets or gets the destination size 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
Exceptions
ExceptionCondition
Thrown if the width or height is less than 1.
See Also