'Declaration Public Function New( _ ByVal m11 As Single, _ ByVal m12 As Single, _ ByVal m21 As Single, _ ByVal m22 As Single, _ ByVal dx As Single, _ ByVal dy As Single _ )
'Declaration
Public Function New( _ ByVal m11 As Single, _ ByVal m12 As Single, _ ByVal m21 As Single, _ ByVal m22 As Single, _ ByVal dx As Single, _ ByVal dy As Single _ )
public TransformMatrix( float m11, float m12, float m21, float m22, float dx, float dy )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
TransformMatrix Class TransformMatrix Members Overload List