User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.incrementalpaint

Table of Contents

ITGIS_Viewer.IncrementalPaint property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.IncrementalPaint | Methods | Properties

Is partial drawing to screen done in incremental mode?

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

Syntax

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

Value

Type
bool
Boolean
2022/11/30 19:10

Page Tools