Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;TGPRectF;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics

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: IGPGraphics

Contents

Syntax

Delphi:

function EnumerateMetafileF( metafile : IGPMetafile, destRect : TGPRectF, callback : TGPEnumerateMetafileProc, imageAttributes : IGPImageAttributes ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall EnumerateMetafileF( IGPMetafile metafile, TGPRectF destRect, TGPEnumerateMetafileProc callback, IGPImageAttributes imageAttributes );

Visual C++ (MFC):

EnumerateMetafileF(  metafile,  destRect,  callback,  imageAttributes );

Summary

Registers an an application-defined callback function for each record in a specified metafile.

Description

Call this method to register an application-defined callback function for each record in a specified metafile. You can use this method to display a metafile by calling TGPMetafile.PlayRecord in the callback function.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox