User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.drawselectedex_tgis_extent

Table of Contents

TGIS_Layer.DrawSelectedEx method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.DrawSelectedEx | Constructors | Fields | Methods | Properties | Events

Draws only the selected item(s) on layer that are within a defined extent.

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

Syntax

// C#
public virtual bool DrawSelectedEx(
  TGIS_Extent _extent
);
' VisualBasic
Public Overridable Function DrawSelectedEx(
  ByVal _extent As TGIS_Extent
) As Boolean
// Oxygene
public
  function DrawSelectedEx(
    _extent : TGIS_Extent
  ) : Boolean; virtual;

Parameters

Name Type Description
_extent TGIS_Extent extent to be drawn

Result

Type Description
bool
Boolean
True if draw was performed
2022/11/16 01:31

Page Tools