User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.overlappedextentmargin

Table of Contents

TGIS_ViewerWnd.OverlappedExtentMargin property

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.OverlappedExtentMargin | Constructors | Methods | Properties | Events

Overlapped extent margin (in pixels).

Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.

Syntax

// Java
public int getOverlappedExtentMargin();
 
public void setOverlappedExtentMargin(
  int _value
);
// Oxygene
public
  property OverlappedExtentMargin : Integer read write;

Value

Type
int
Integer

Remarks

Used to help render shapes placed at tiles' boundaries where rendered shape's elements must be placed also at neighboring tiles. Default value is 0.

For detailed discusssion see Tiled drawing.

2022/11/16 01:52

Page Tools