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

In This Topic
    Transform(Matrix3x2,RectangleF) Method
    In This Topic
    Transforms the rectangle.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function Transform( _
       ByVal matrix As Matrix3x2, _
       ByVal r As RectangleF _
    ) As RectWrapper
    [Extension()]
    public static RectWrapper Transform( 
       Matrix3x2 matrix,
       RectangleF r
    )

    Parameters

    matrix
    r
    See Also