Apply the specified scale vector (scaleX and scaleY) by the specified order.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- Single
The value by which to scale in the x-axis direction.
- scaleY
- Single
The value by which to scale in the y-axis direction.
- order
- PdfMatrixOrder
Represent the applying order.