TransformRef(Matrix3x2) Method
In This Topic
Transforms a rectangle by the 3x2 matrix.
Syntax
'Declaration
Public Overloads Sub TransformRef( _
ByRef As Matrix3x2 _
)
public void TransformRef(
ref Matrix3x2
)
Parameters
- matrix
- The matrix to use as a tranformation matrix.
See Also