ScaleRef(Matrix3x2,Single) Method
In This Topic
Creates a scale transformation matrix.
Syntax
'Declaration
Public Overloads Shared Sub ScaleRef( _
ByRef As Matrix3x2, _
ByVal As System.Single _
)
public static void ScaleRef(
out Matrix3x2 ,
System.float
)
Parameters
- result
- scale
See Also