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




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

    Property Value

    Any integer value.
    See Also