Method function IGDIPlus.TGPBitmap.FromFile(WideString;Boolean) : 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 FromFile( filename : WideString, useEmbeddedColorManagement : Boolean ) : TGPBitmap;

C++ Builder:

TGPBitmap __fastcall FromFile( WideString filename, bool useEmbeddedColorManagement );

Visual C++ (MFC):

CTGPBitmap FromFile( WideString filename, bool useEmbeddedColorManagement );

Summary

Creates a Bitmap object based on an image file.

Description

Call this method to create a Bitmap object based on an image file.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox