Class IGDIPlus.TGPImage

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

Contents

Syntax

Delphi:

type TGPImage = class( TGPBase, IGPImage )

C++ Builder:

class TGPImage : public TGPBase

Visual C++ (MFC):

class CTGPImage : public CTGPBase

C# (.NET):

public ref class TGPImage : Mitov.SignalLab.Base

Summary

GDI+ Image class.

Description

Use this class to create and manipulate GDI+ Images.

The TGPImage class provides methods for loading and saving raster images (bitmaps) and vector images (metafiles). An TGPImage object encapsulates a bitmap or a metafile and stores attributes that you can retrieve by calling various Get methods. You can construct TGPImage objects from a variety of file types including BMP, ICON, GIF, JPEG, Exif, PNG, TIFF, WMF, and EMF.

Methods

Public

From TGPBase

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox