PdfDevice.Scale

PdfDevice.Scale method

Applies the specified scale vector to the current transformation matrix.

public override void Scale(double x, double y)
ParameterTypeDescription
xDoubleThe x scale factor.
yDoubleThe y scale factor.

See Also