 |
PdfElementScale Method |
Scales the coordinate system before rendering the pdf element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Scale(
float sx,
float sy
)
Public Sub Scale (
sx As Single,
sy As Single
)
Parameters
- sx Single
- The value by which to scale the coordinate system on the x-axis direction.
- sy Single
- 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