User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_extent

Table of Contents

TGIS_Extent record

DK11 for Delphi | GisTypes.TGIS_Extent | Records | Fields

Like TRect, but based on doubles instead of integers.

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

Syntax

// Delphi
type
  TGIS_Extent = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_Extent
{
};

Fields

Inherited Protected
Name Visibility Description
XMax public right border
XMin public left border
YMax public top border
YMin public bottom border

References

2023/02/24 20:39

Page Tools