Applies the specified scale vector (sx and sy) to this Matrix using the specified order.
            
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic void Scale(
	float sx,
	float sy,
	MatrixOrder order
)
Public Sub Scale ( 
	sx As Single,
	sy As Single,
	order As MatrixOrder
)
Parameters
- sx
 - Type: SystemSingle
The value by which to scale this Matrix in the x-axis direction. - sy
 - Type: SystemSingle
The value by which to scale this Matrix in the y-axis direction. - order
 - Type: Easymap.AddIn.Common.GraphicsMatrixOrder
A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix. 
See Also