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