Enum IGDIPlus.TGPImageType

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(13 intermediate revisions by one user not shown)
Line 29: Line 29:
 
== Description ==
 
== Description ==
 
Defines an enumeration that indicates whether an image is a
 
Defines an enumeration that indicates whether an image is a
bitmap or a metafile. The TGPImage.GetType method returns an
+
bitmap or a metafile. The [[Class IGDIPlus.TGPImage|TGPImage]].GetType method returns an
 
element of this enumeration.
 
element of this enumeration.
  

Latest revision as of 01:32, 7 June 2013

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

Contents

Syntax

Delphi:

type TGPImageType = (ImageTypeUnknown, ImageTypeBitmap, ImageTypeMetafile);

C++ Builder:

enum TGPImageType {ImageTypeUnknown, ImageTypeBitmap, ImageTypeMetafile};

Visual C++ (MFC):

enum CTGPImageType {ImageTypeUnknown, ImageTypeBitmap, ImageTypeMetafile};

Summary

Indicates whether an image is a bitmap or a metafile.

Description

Defines an enumeration that indicates whether an image is a bitmap or a metafile. The TGPImage.GetType method returns an element of this enumeration.

Values

ImageTypeUnknown Indicates that the image type is not known.
ImageTypeBitmap Indicates a bitmap image.
ImageTypeMetafile Indicates a metafile image.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox