Core Library for WPF | ComponentOne
C1.WPF Namespace / Extensions Class / Transform Method / Transform(Matrix3x2,Single,Single) Method

In This Topic
    Transform(Matrix3x2,Single,Single) Method
    In This Topic
    Transforms the point.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function Transform( _
       ByVal m As Matrix3x2, _
       ByVal x As Single, _
       ByVal y As Single _
    ) As PointF
    [Extension()]
    public static PointF Transform( 
       Matrix3x2 m,
       float x,
       float y
    )

    Parameters

    m
    x
    y
    See Also