DisplaySelectedArea2D Property

CVB.Net Documentation
Parallelogram-shaped area of interest. Setting this property will show no effect while the LeftButtonMode is not set to DefineArea2DAoi because only in this mode the Area2D AOI will be visible.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Area2D SelectedArea2D { get; set; }

Property Value

Type: Area2D
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionwhen trying to specify an Area2D where P0 is located outside the image.
NullReferenceExceptionIf the Image property is null
ObjectDisposedExceptionIf the Image has already been disposed
Remarks

Note that the Area2D object is always set and used in image coordinates, not in pixel coordinates!
See Also

Reference