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