Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;TGPPoint;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 EnumerateMetafile( metafile : IGPMetafile, destPoint : TGPPoint, callback : TGPEnumerateMetafileProc, imageAttributes : IGPImageAttributes ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall EnumerateMetafile( IGPMetafile metafile, TGPPoint destPoint, TGPEnumerateMetafileProc callback, IGPImageAttributes imageAttributes );

Visual C++ (MFC):

EnumerateMetafile(  metafile,  destPoint,  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