User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.centerviewport_tgis_point

Table of Contents

IGIS_Viewer.CenterViewport method

DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.CenterViewport | Methods | Properties

Set viewport to the vale when _ptg will be visible on the center of the screen. Same as property Center

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public void CenterViewport(
  TGIS_Point _ptg
);
' VisualBasic
Public Sub CenterViewport(
  ByVal _ptg As TGIS_Point
)
// Oxygene
public
  procedure CenterViewport(
    _ptg : TGIS_Point
  );

Parameters

Name Type Description
_ptg TGIS_Point coordinates in map units
2022/11/16 01:37

Page Tools