PageGraphicElementScale Method

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.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Scale(
	float sx,
	float sy
)

Parameters

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

See Also