ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkStatistics Class / AspectX Property




In This Topic
    AspectX Property
    In This Topic
    Gets an X aspect value that is used to convert the length in pixels to the actual length.
    Syntax
    'Declaration
     
    Protected ReadOnly Property AspectX As Double
    'Usage
     
    Dim instance As ImGearARTMarkStatistics
    Dim value As Double
     
    value = instance.AspectX
    protected double AspectX {get;}
    protected: __property double get_AspectX();
    protected:
    property double AspectX {
       double get();
    }

    Property Value

    Double value.
    See Also