GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / CoordViewerPixelToDocumentPixel Method





In This Topic
CoordViewerPixelToDocumentPixel Method
In This Topic
Syntax
'Declaration
 
Public Sub CoordViewerPixelToDocumentPixel( _
   ByVal ViewerLeft As Double, _
   ByVal ViewerTop As Double, _
   ByRef DocumentLeft As Double, _
   ByRef DocumentTop As Double _
) 
public void CoordViewerPixelToDocumentPixel( 
   double ViewerLeft,
   double ViewerTop,
   ref double DocumentLeft,
   ref double DocumentTop
)
public procedure CoordViewerPixelToDocumentPixel( 
    ViewerLeft: Double;
    ViewerTop: Double;
   var  DocumentLeft: Double;
   var  DocumentTop: Double
); 
public function CoordViewerPixelToDocumentPixel( 
   ViewerLeft : double,
   ViewerTop : double,
   DocumentLeft : double,
   DocumentTop : double
);
public: void CoordViewerPixelToDocumentPixel( 
   double ViewerLeft,
   double ViewerTop,
   ref double DocumentLeft,
   ref double DocumentTop
) 
public:
void CoordViewerPixelToDocumentPixel( 
   double ViewerLeft,
   double ViewerTop,
   double% DocumentLeft,
   double% DocumentTop
) 

Parameters

ViewerLeft
ViewerTop
DocumentLeft
DocumentTop
See Also