User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.cursorshapeinternal_integer

Table of Contents

TGIS_LayerVector.cursorShapeInternal method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.cursorShapeInternal | Constructors | Fields | Methods | Properties | Events

Get current shape.

Available also on: Delphi | Java.

Syntax

// C#
protected virtual TGIS_Shape cursorShapeInternal(
  int _cursor
);
' VisualBasic
Protected Overridable Function cursorShapeInternal(
  ByVal _cursor As Integer
) As TGIS_Shape
// Oxygene
protected
  function cursorShapeInternal(
    _cursor : Integer
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_cursor int
Integer
cursor allocated by cursorOpen()

Result

Type Description
TGIS_Shape Current shape object or nil.
2021/12/07 09:03

Page Tools