Method function IGDIPlus.TGPGraphics.FromHDC(HDC) : TGPGraphics
From Mitov Wiki Doc
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 ) : TGPGraphics;
C++ Builder:
TGPGraphics __fastcall FromHDC( HDC ahdc );
Visual C++ (MFC):
CTGPGraphics FromHDC( HDC ahdc );
Summary
Creates a TGPGraphics object that is associated with a specified device context.
Description
Call this method to create a TGPGraphics object that is associated with a specified device context.