User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.overlappedextentmargin

Table of Contents

IGIS_Viewer.OverlappedExtentMargin property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.OverlappedExtentMargin | Methods | Properties

Overlapped extent margin (in pixels).

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

Syntax

// C#
public Integer OverlappedExtentMargin
{
  get {}
  set {}
}
' VisualBasic
Public Property OverlappedExtentMargin As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property OverlappedExtentMargin : Integer read read;

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 export and print.

2025/01/31 01:03

Page Tools