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





In This Topic
CoordViewerToDocument Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(101)>
Sub CoordViewerToDocument( _
   ByVal ViewerLeft As Integer, _
   ByVal ViewerTop As Integer, _
   ByRef DocumentLeft As Integer, _
   ByRef DocumentTop As Integer _
) 
[DispId(101)]
void CoordViewerToDocument( 
   int ViewerLeft,
   int ViewerTop,
   ref int DocumentLeft,
   ref int DocumentTop
)
procedure CoordViewerToDocument( 
    ViewerLeft: Integer;
    ViewerTop: Integer;
   var  DocumentLeft: Integer;
   var  DocumentTop: Integer
); 
DispIdAttribute(101)
function CoordViewerToDocument( 
   ViewerLeft : int,
   ViewerTop : int,
   DocumentLeft : int,
   DocumentTop : int
);
[DispId(101)]
void CoordViewerToDocument( 
   int ViewerLeft,
   int ViewerTop,
   ref int DocumentLeft,
   ref int DocumentTop
) 
[DispId(101)]
void CoordViewerToDocument( 
   int ViewerLeft,
   int ViewerTop,
   int% DocumentLeft,
   int% DocumentTop
) 

Parameters

ViewerLeft
ViewerTop
DocumentLeft
DocumentTop
See Also

Reference

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