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




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

    Property Value

    Any double value.
    See Also