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

In This Topic
    Scale(Double,PointD) Method
    In This Topic
    Scales the QRCode by the specified factor in X and Y axis with scaling origin point specified by the ptOrigin parameter.
    Syntax
    public void Scale( 
       double factor,
       PointD ptOrigin
    )
    public:
    void Scale( 
       double factor,
       PointD ptOrigin
    ) 

    Parameters

    Parameter NameDescription
    factorScaling factor. E.g. value of 2 makes the width two times bigger.
    ptOriginScaling origin point.
    Exceptions
    ExceptionDescription
    Thrown when this method is called on an object that cannot be scaled.
    See Also