ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearPoint Interface / X Property




In This Topic
    X Property (IImGearPoint)
    In This Topic
    Gets or sets the x-coordinate of the point.
    Syntax
    'Declaration
     
    Property X As Integer
    'Usage
     
    Dim instance As IImGearPoint
    Dim value As Integer
     
    instance.X = value
     
    value = instance.X
    int X {get; set;}
    __property int get_X();
    __property void set_X( 
       int value
    );
    property int X {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also