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