TransformMatrix Constructor(Single,Single)
In This Topic
Initializes a new instance of the
TransformMatrix class.
Syntax
'Declaration
Public Function New( _
ByVal As Single, _
ByVal As Single _
)
public TransformMatrix(
float ,
float
)
Parameters
- dx
- dy
See Also