'Declaration
Public Sub CoordViewerToDocument( _ ByVal ViewerLeft As Integer, _ ByVal ViewerTop As Integer, _ ByRef DocumentLeft As Integer, _ ByRef DocumentTop As Integer _ )
public void CoordViewerToDocument( int ViewerLeft, int ViewerTop, ref int DocumentLeft, ref int DocumentTop )
public procedure CoordViewerToDocument( ViewerLeft: Integer; ViewerTop: Integer; var DocumentLeft: Integer; var DocumentTop: Integer );
public function CoordViewerToDocument( ViewerLeft : int, ViewerTop : int, DocumentLeft : int, DocumentTop : int );
public: void CoordViewerToDocument( int ViewerLeft, int ViewerTop, ref int DocumentLeft, ref int DocumentTop )
public: void CoordViewerToDocument( int ViewerLeft, int ViewerTop, int% DocumentLeft, int% DocumentTop )
Parameters
- ViewerLeft
- ViewerTop
- DocumentLeft
- DocumentTop