Method function IGDIPlus.TGPRegion.FromHRGN(HRGN) : TGPRegion
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: TGPRegion
Contents |
Syntax
Delphi:
function FromHRGN( hRgn : HRGN ) : TGPRegion;
C++ Builder:
TGPRegion __fastcall FromHRGN( HRGN hRgn );
Visual C++ (MFC):
CTGPRegion FromHRGN( HRGN hRgn );
Summary
Creates a Microsoft Windows GDI+Region object from a Windows Graphics Device Interface (GDI) region.
Description
Call this method to creates a Microsoft Windows GDI+Region object from a Windows Graphics Device Interface (GDI) region.