ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkScaleEventArgs Class / ScaleX Property




In This Topic
    ScaleX Property (ImGearARTMarkScaleEventArgs)
    In This Topic
    Gets the horizontal scaling factor.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaleX As Double
    'Usage
     
    Dim instance As ImGearARTMarkScaleEventArgs
    Dim value As Double
     
    value = instance.ScaleX
    public double ScaleX {get;}
    public: __property double get_ScaleX();
    public:
    property double ScaleX {
       double get();
    }

    Property Value

    Double value.
    See Also