|
PdfElementScale Method |
Scales the coordinate system before rendering the pdf element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void Scale(
float sx,
float sy
)
Public Sub Scale (
sx As Single,
sy As Single
)
Parameters
- sx
- Type: SystemSingle
The value by which to scale the coordinate system on the x-axis direction. - sy
- Type: SystemSingle
The value by which to scale the coordinate system on the y-axis direction.
Remarks
The coordinates are scaled so that 1 unit in the horizontal and vertical direction of the new coordinate system
is the same size as sx and sy units respectively, in the previous coordinate system.
See Also