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)
Syntax
public void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: SystemSingle
The scale x.
scaleY
Type: SystemSingle
The scale y.
See Also