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




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

    Property Value

    Double value.
    See Also