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.

Scale(Double,PointD) Method
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
)

Parameters

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