Element property(Marker Control)

C++ Builder example

Delphi example

 

Builder Syntax

Byte Element[int nIndex]

Delphi Syntax

Element[nIndex: Integer]: Byte;

Overview

Refer to Implementing Markers.

Remarks

Gets or sets the array of elements in the current marker.

When the GetMarker method is called, this property is updated with the actual elements in the retrieved marker.

When inserting a marker, set this property along with the ElementCount property and the MarkerType property, before calling the InsertMarker method.

See Also

Elements:

Count property, CopyMarkers method, CreateMarkers method, DeleteMarker method, DeleteMarkerAt method, ElementCount property, OnEnumerateMarkers event, EnumMarkers method, GetMarker method, GetMarkers method, InsertMarker method, Load method, SetMarkers method, MarkerType property, WriteMetaData method

Topics

Raster Images: Markers