In This Topic
GdPicture14.WPF Namespace / GdViewer Class / CoordViewerPixelToDocumentInch Method

CoordViewerPixelToDocumentInch Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub CoordViewerPixelToDocumentInch( _

   ByVal ViewerLeft As Double, _

   ByVal ViewerTop As Double, _

   ByRef DocumentLeft As Double, _

   ByRef DocumentTop As Double _

) 
public void CoordViewerPixelToDocumentInch( 

   double ViewerLeft,

   double ViewerTop,

   ref double DocumentLeft,

   ref double DocumentTop

)
public procedure CoordViewerPixelToDocumentInch( 

    ViewerLeft: Double;

    ViewerTop: Double;

   var  DocumentLeft: Double;

   var  DocumentTop: Double

); 
public function CoordViewerPixelToDocumentInch( 

   ViewerLeft : double,

   ViewerTop : double,

   DocumentLeft : double,

   DocumentTop : double

);
public: void CoordViewerPixelToDocumentInch( 

   double ViewerLeft,

   double ViewerTop,

   ref double DocumentLeft,

   ref double DocumentTop

) 
public:

void CoordViewerPixelToDocumentInch( 

   double ViewerLeft,

   double ViewerTop,

   double% DocumentLeft,

   double% DocumentTop

) 

Parameters

ViewerLeft
ViewerTop
DocumentLeft
DocumentTop
See Also