User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_extent

TGIS_Extent record

DK for .NET | TatukGIS.NDK.TGIS_Extent | Records | Constructors | Fields | Methods

Like TRect, but based on doubles instead of integers.

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

Syntax

// C#
public struct TGIS_Extent
{
}
' VisualBasic
Public Structure TGIS_Extent
End Structure
// Oxygene
type
  [StructLayout(LayoutKind.Sequential)]
  TGIS_Extent = public record
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Extent(double, double, double, double) public Create object on given coordinates.
TGIS_Extent(int, int, int, int) public Create object on given coordinates.

Fields

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

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

References

2025/01/31 01:14

Page Tools