Method function IGDIPlus.TGPBitmap.FromBITMAPINFO(TBITMAPINFO;Pointer) : TGPBitmap

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

Contents

Syntax

Delphi:

function FromBITMAPINFO( var gdiBitmapInfo : TBITMAPINFO, gdiBitmapData : Pointer ) : TGPBitmap;

C++ Builder:

TGPBitmap __fastcall FromBITMAPINFO( TBITMAPINFO &gdiBitmapInfo, Pointer gdiBitmapData );

Visual C++ (MFC):

CTGPBitmap FromBITMAPINFO( CTBITMAPINFO &gdiBitmapInfo, void * gdiBitmapData );

Summary

Creates a Bitmap object based on a BITMAPINFO structure and an array of pixel data.

Description

Call this method to create a Bitmap object based on a BITMAPINFO structure and an array of pixel data.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox