Transform(Matrix3x2,Single,Single) Method
In This Topic
Transforms the point.
Syntax
'Declaration
Public Overloads Shared Function Transform( _
ByVal As System.Numerics.Matrix3x2, _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Drawing.PointF
public static System.Drawing.PointF Transform(
System.Numerics.Matrix3x2 ,
System.float ,
System.float
)
Parameters
- m
- x
- y
See Also