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.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Scale(
float sx,
float sy
)
Public Sub Scale (
sx As Single,
sy As Single
)
public:
void Scale(
float sx,
float sy
)
member Scale :
sx : float32 *
sy : float32 -> unit
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.