ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearPoint Interface / Y Property




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

    Property Value

    Any integer value.
    See Also