SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Zone Structure / X Property




In This Topic
    X Property (Zone)
    In This Topic
    Gets or sets the x-coordinate of this Zone structure.
    Syntax
    'Declaration
     
    
    Public Property X As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    instance.X = value
     
    value = instance.X
    public int X {get; set;}
    public: __property int get_X();
    public: __property void set_X( 
       int value
    );
    public:
    property int X {
       int get();
       void set (    int value);
    }
    See Also