WriteMarker method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int WriteMarker (int iMarker, int lSize, void * pData);

Delphi Syntax

Function WriteMarker (iMarker: Integer; lSize: Longint; pData: Pointer): Integer;

Overview

Refer to Examining and Altering Bitmaps

Remarks

Writes the transformed marker to the file.

This method can only be called from inside the OnTransformMarker event.

After calling this method, it is best to set the WriteMarkerAction property to WRITEMARKER_SKIP. Otherwise, this marker can occur twice in the file.

See Also

Elements:

WriteMarkerAction property, OnTransformMarker event

Topics:

Raster Images: Doing Geometric Transformations