ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearResolution Structure / YNumerator Property




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

    Property Value

    Any integer value.
    See Also