Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / QRCode Class / Scale Method / Scale(Double) Method
Scaling factor. E.g. value of 2 makes the width two times bigger.

In This Topic
    Scale(Double) Method
    In This Topic
    Scales the QRCode by the specified factor in X and Y axis.
    Syntax
    public void Scale( 
       double factor
    )
    public:
    void Scale( 
       double factor
    ) 

    Parameters

    factor
    Scaling factor. E.g. value of 2 makes the width two times bigger.
    Exceptions
    ExceptionDescription
    Thrown when this method is called on an object that cannot be scaled.
    Remarks
    When using this method, the scaling origin point is (0, 0).
    See Also