'Declaration Public Function New( _ ByVal m11 As Single, _ ByVal m12 As Single, _ ByVal m21 As Single, _ ByVal m22 As Single _ )
'Declaration
Public Function New( _ ByVal m11 As Single, _ ByVal m12 As Single, _ ByVal m21 As Single, _ ByVal m22 As Single _ )
public TransformMatrix( float m11, float m12, float m21, float m22 )
TransformMatrix Class TransformMatrix Members Overload List