XpsMatrixScale Method (Single, Single) |
Applies the specified scale vector (scaleX and scaleY) to this Matrix in default (Prepend) order.
Namespace:
Aspose.Page.XPS.XpsModel
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic void Scale(
float scaleX,
float scaleY
)
Public Sub Scale (
scaleX As Single,
scaleY As Single
)
public:
void Scale(
float scaleX,
float scaleY
)
member Scale :
scaleX : float32 *
scaleY : float32 -> unit
Parameters
- scaleX
- Type: SystemSingle
The scale x. - scaleY
- Type: SystemSingle
The scale y.
See Also