Scales the coordinates so that 1 unit in the horizontal and vertical dimensions of the new coordinate system is the same size as sx and sy units, respectively, in the previous coordinate system.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Scale(
	float sx,
	float sy
)
Visual Basic
Public Sub Scale ( 
	sx As Single,
	sy As Single
)
Visual C++
public:
void Scale(
	float sx, 
	float sy
)

Parameters

sx
Type: System..::..Single
The value by which to scale coordinate system in the x-axis direction.
sy
Type: System..::..Single
The value by which to scale coordinate system in the y-axis direction.

See Also