XRectScale Method Terminal Works - PDF Printing.Net Library
Multiplies the size of the current rectangle by the specified x and y values.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void Scale(
	double scaleX,
	double scaleY
)

Parameters

scaleX
Type: SystemDouble
scaleY
Type: SystemDouble
See Also

Reference