ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearResolution Interface / YNumerator Property




In This Topic
    YNumerator Property (IImGearResolution)
    In This Topic
    Gets or sets numerator of the Y component of the resolution.
    Syntax
    'Declaration
     
    Property YNumerator As Integer
    'Usage
     
    Dim instance As IImGearResolution
    Dim value As Integer
     
    instance.YNumerator = value
     
    value = instance.YNumerator
    int YNumerator {get; set;}
    __property int get_YNumerator();
    __property void set_YNumerator( 
       int value
    );
    property int YNumerator {
       int get();
       void set (    int value);
    }

    Property Value

    Int32 value.
    See Also