DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SetViewport | Constructors | Fields | Methods | Properties | Events
Set viewport to a given position.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.SetViewport.
// C# public void SetViewport( ref double _x, ref double _y );
' VisualBasic Public Sub SetViewport( ByRef _x As Double, ByRef _y As Double )
// Oxygene public procedure SetViewport( var _x : Double; var _y : Double );
Name | Type | Description |
---|---|---|
_x | double Double | x coordinate |
_y | double Double | y coordinate |