PdfMatrix
Scale Method (Single, Single, PdfMatrixOrder)
|
Apply the specified scale vector (scaleX and scaleY) by the specified order.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Scale(
float scaleX,
float scaleY,
PdfMatrixOrder order
)
Public Sub Scale (
scaleX As Single,
scaleY As Single,
order As PdfMatrixOrder
)
public:
void Scale(
float scaleX,
float scaleY,
PdfMatrixOrder order
)
member Scale :
scaleX : float32 *
scaleY : float32 *
order : PdfMatrixOrder -> unit
Parameters
-
scaleX
-
Type:
System
Single
The value by which to scale in the x-axis direction.
-
scaleY
-
Type:
System
Single
The value by which to scale in the y-axis direction.
-
order
-
Type:
Spire.Pdf.Graphics
PdfMatrixOrder
Represent the applying order.
See Also