Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IDisplayServices Interface / TransformPoint Method

In This Topic
    TransformPoint Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub TransformPoint( _
       ByRef pPoint As tagPOINT, _
       ByVal eSource As System.Integer, _
       ByVal eDestination As System.Integer, _
       ByVal pIElement As IHTMLElement _
    ) 
    void TransformPoint( 
       out tagPOINT pPoint,
       System.int eSource,
       System.int eDestination,
       IHTMLElement pIElement
    )

    Parameters

    pPoint
    eSource
    eDestination
    pIElement
    See Also