DeleteMarker method (Marker Control)

C++ Builder example

Delphi example

 

Builder Syntax

int DeleteMarker (int lType, int nCount);

Delphi Syntax

Function DeleteMarker (lType:LongInt; nCount: Integer): Integer;

Overview

Refer to Implementing Markers.

Remarks

Deletes the specified number of markers of the specified type from the marker collection. You can delete all the occurrences of lType, or the first few occurrences.

See Also

Elements:

DeleteMarkerAt method, CreateMarkers method, InsertMarker method

Topics

Raster Images: Markers