ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearSize Interface / cY Property




In This Topic
    cY Property (IImGearSize)
    In This Topic
    Gets or sets the Y size.
    Syntax
    'Declaration
     
    Property cY As Integer
    'Usage
     
    Dim instance As IImGearSize
    Dim value As Integer
     
    instance.cY = value
     
    value = instance.cY
    int cY {get; set;}
    __property int get_cY();
    __property void set_cY( 
       int value
    );
    property int cY {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also