Method function IGDIPlus.TGPGraphics.FromHDC(HDC;THandle) : TGPGraphics

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

Contents

Syntax

Delphi:

function FromHDC( ahdc : HDC, hdevice : THandle ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall FromHDC( HDC ahdc, THandle hdevice );

Visual C++ (MFC):

CTGPGraphics FromHDC( HDC ahdc, CTHandle hdevice );

Summary

Creates a TGPGraphics object that is associated with a specified device context and a specified device.

Description

Call this method to create a TGPGraphics object that is associated with a specified device context and a specified device.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox