Applies the specified scale vector (sx and sy) to this Matrix using the specified order.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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 Single
- The value by which to scale this Matrix in the x-axis direction.
- sy Single
- The value by which to scale this Matrix in the y-axis direction.
- order MatrixOrder
- A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix.
See Also