GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / CoordViewerToDocument Method





In This Topic
CoordViewerToDocument Method (GdViewer)
In This Topic
Syntax
'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
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members