Class IGDIPlus.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.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Inherits: TGPImage

Contents

Syntax

Delphi:

type TGPMetafile = class( TGPImage, IGPMetafile )

C++ Builder:

class TGPMetafile : public TGPImage

Visual C++ (MFC):

class CTGPMetafile : public CTGPImage

C# (.NET):

public ref class TGPMetafile : Mitov.SignalLab.Image

Summary

Defines a graphic metafile.

Description

The TGPMetafile class defines a graphic metafile. A metafile contains records that describe a sequence of graphics API calls. Metafiles can be recorded (constructed) and played back (displayed). Remarks Some Metafile constructors (those that receive a device context handle) create Metafile objects that are used to record metafiles. Other Metafile constructors (those that do not receive a device context handle) create Metafile objects that are used to display (play back) metafiles.

Methods

Public

From TGPImage

Methods

Public

From TGPBase

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox