PdfCanvas
ScaleTransform Method
|
Scales the coordinates by specified coordinates.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ScaleTransform(
float scaleX,
float scaleY
)
Public Sub ScaleTransform (
scaleX As Single,
scaleY As Single
)
public:
void ScaleTransform(
float scaleX,
float scaleY
)
member ScaleTransform :
scaleX : float32 *
scaleY : float32 -> unit
Parameters
-
scaleX
-
Type:
System
Single
The value by which to scale coordinate
system in the X axis direction.
-
scaleY
-
Type:
System
Single
The value by which to scale coordinate
system in the Y axis direction.
See Also