ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Transform Method
A Coordinate object indicats the old value.

In This Topic
    Transform Method
    In This Topic
    Transform a Coordinate object to a new Coordinate object.
    Syntax
    'Declaration
     
    
    Public Function Transform( _
       ByVal value As Coordinate _
    ) As Coordinate
    public Coordinate Transform( 
       Coordinate value
    )

    Parameters

    value
    A Coordinate object indicats the old value.

    Return Value

    A Coordinate object indicats the new value.
    Remarks
    x' = x * M11 + y * M21 + Dx y' = x * M12 + y * M22 + Dy
    See Also