ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / AspectNumeratorX Property




In This Topic
    AspectNumeratorX Property (IImGearARTPolyRuler)
    In This Topic
    Gets or sets the mark's X aspect numerator value.
    Syntax
    'Declaration
     
    Property AspectNumeratorX As Integer
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value As Integer
     
    instance.AspectNumeratorX = value
     
    value = instance.AspectNumeratorX
    int AspectNumeratorX {get; set;}
    __property int get_AspectNumeratorX();
    __property void set_AspectNumeratorX( 
       int value
    );
    property int AspectNumeratorX {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also