SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Zone Structure / Zone Constructor
The horizontal position of the Zone.
The vertical position of the Zone.
The width of the Zone.
The height of the Zone.




In This Topic
    Zone Constructor
    In This Topic
    Initializes a new instance of Zone structure with the specified location and size. The horizontal position of the Zone. The vertical position of the Zone. The width of the Zone. The height of the Zone.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    'Usage
     
    
    Dim x As Integer
    Dim y As Integer
    Dim width As Integer
    Dim height As Integer
     
    Dim instance As New Zone(x, y, width, height)
    public Zone( 
       int x,
       int y,
       int width,
       int height
    )
    public: Zone( 
       int x,
       int y,
       int width,
       int height
    )
    public:
    Zone( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    The horizontal position of the Zone.
    y
    The vertical position of the Zone.
    width
    The width of the Zone.
    height
    The height of the Zone.
    See Also