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