DK11 for Delphi | GisInterfaces.IGIS_Viewer.SetViewport | Methods | Properties
Set viewport to a given position.
// Delphi public procedure SetViewport( var _x : Double; var _y : Double );
// C++ Builder public: void SetViewport( double &_x, double &_y ) = 0;
Name | Type | Description |
---|---|---|
_x | Double | x coordinate |
_y | Double | y coordinate |