Click or drag to resize

EllipticalTransformRadius Property

Gets or set the width and height of the ellipse.

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

Property Value

Type: Size
The width and height of the ellipse.
Exceptions
ExceptionCondition
Thrown if the size is smaller than 1x1.
See Also