Click or drag to resize

RubberbandAspectRatio Property

Gets or sets the aspect ratio which the rubberband will be constrained to.

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

Property Value

Type: Single
The aspect ratio which the rubberband will be constrained to.
Remarks
If the aspect ratio is 0, the rubberband may be freely drawn without any aspect ratio. Default is 0.
See Also