ImageGear .NET - Updated
Rect Property (ImGearRecZone)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Rect Property
Gets a reference to the rectangle whose coordinates (in pixels) define the zone boundaries.
Syntax
'Declaration
 
Public ReadOnly Property Rect As IImGearRectangle
'Usage
 
Dim instance As ImGearRecZone
Dim value As IImGearRectangle
 
value = instance.Rect
public IImGearRectangle Rect {get;}
public: __property IImGearRectangle* get_Rect();
public:
property IImGearRectangle^ Rect {
   IImGearRectangle^ get();
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
ImGearRectangle Structure