ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Rect Property |
'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(); }