Method function IGDIPlus.IGPMetafile.PlayRecord(TGPEmfPlusRecordType;Cardinal;Cardinal;PBYTE) : TGPMetafile

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPMetafile

Contents

Syntax

Delphi:

function PlayRecord( recordType : TGPEmfPlusRecordType, flags : Cardinal, dataSize : Cardinal, data : PBYTE ) : TGPMetafile;

C++ Builder:

TGPMetafile __fastcall PlayRecord( TGPEmfPlusRecordType recordType, unsigned int flags, unsigned int dataSize, PBYTE data );

Visual C++ (MFC):

PlayRecord(  recordType,  flags,  dataSize,  data );

Summary

Plays a metafile record.

Description

Call this method to play a metafile record.


Remarks This method is used in conjunction with the Graphics::EnumerateMetafile Methods method of the Graphics class. The Graphics::EnumerateMetafile Methods method calls an application-defined callback function for each record in a specified metafile. The callback function can display each record (or selected records) by calling the PlayRecord method.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox