Method function IGDIPlus.IGPRegion.GetHRGN(IGPGraphics) : HRGN

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

Contents

Syntax

Delphi:

function GetHRGN( g : IGPGraphics ) : HRGN;

C++ Builder:

HRGN __fastcall GetHRGN( IGPGraphics g );

Visual C++ (MFC):

GetHRGN(  g );

Summary

Creates a Microsoft Windows Graphics Device Interface (GDI) region from the region.

Description

Call this method to create a Microsoft Windows Graphics Device Interface (GDI) region from the region. Remarks It is the caller's responsibility to call the GDI function DeleteObject to free the GDI region when it is no longer needed.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox