SettingsRegionOfInterestGroupBoxGroupExtents Property  | 
 Two points on the normal describing the direction and distance from the plane from which the normal is derived.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Range<double> Extents { get; set; }Public Property Extents As Range(Of Double)
	Get
	Set
public:
property Range<double>^ Extents {
	Range<double>^ get ();
	void set (Range<double>^ value);
}Property Value
Type: 
RangeDouble
See Also