DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SetViewport | Methods | Properties
Set viewport to a given position.
// 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 |