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

CoordDocumentInchToViewerPixel Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub CoordDocumentInchToViewerPixel( _

   ByVal DocumentLeft As Double, _

   ByVal DocumentTop As Double, _

   ByRef ViewerLeft As Double, _

   ByRef ViewerTop As Double _

) 
public void CoordDocumentInchToViewerPixel( 

   double DocumentLeft,

   double DocumentTop,

   ref double ViewerLeft,

   ref double ViewerTop

)
public procedure CoordDocumentInchToViewerPixel( 

    DocumentLeft: Double;

    DocumentTop: Double;

   var  ViewerLeft: Double;

   var  ViewerTop: Double

); 
public function CoordDocumentInchToViewerPixel( 

   DocumentLeft : double,

   DocumentTop : double,

   ViewerLeft : double,

   ViewerTop : double

);
public: void CoordDocumentInchToViewerPixel( 

   double DocumentLeft,

   double DocumentTop,

   ref double ViewerLeft,

   ref double ViewerTop

) 
public:

void CoordDocumentInchToViewerPixel( 

   double DocumentLeft,

   double DocumentTop,

   double% ViewerLeft,

   double% ViewerTop

) 

Parameters

DocumentLeft
DocumentTop
ViewerLeft
ViewerTop
See Also