Applies the specified scaling operation to the transformation
matrix of this
PdfCanvas by prepending it to the
transformation matrix.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void ScaleTransform(
double scaleX,
double scaleY
)
VB
Public Sub ScaleTransform (
scaleX As Double,
scaleY As Double
)
Parameters
- scaleX
- Type: System.Double
Scale factor in the x direction. - scaleY
- Type: System.Double
Scale factor in the y direction.
See Also