LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

ConvertFromRegionHandle Method






The source GDI HRGN object. This parameter cannot be IntPtr.Zero.
Converts a GDI HRGN object to a LEADTOOLS Leadtools.RasterRegion.
Syntax
public static RasterRegion ConvertFromRegionHandle( 
   IntPtr hrgn
)
'Declaration
 
Public Shared Function ConvertFromRegionHandle( _
   ByVal hrgn As IntPtr _
) As RasterRegion
'Usage
 
Dim hrgn As IntPtr
Dim value As RasterRegion
 
value = RasterRegionConverter.ConvertFromRegionHandle(hrgn)
public static RasterRegion ConvertFromRegionHandle( 
   IntPtr hrgn
)
 function Leadtools.Drawing.RasterRegionConverter.ConvertFromRegionHandle( 
   hrgn 
)
public:
static RasterRegion^ ConvertFromRegionHandle( 
   IntPtr hrgn
) 

Parameters

hrgn
The source GDI HRGN object. This parameter cannot be IntPtr.Zero.

Return Value

The LEADTOOLS Leadtools.RasterRegion object this method creates. You must dispose this object after using it.
Remarks

The LEADTOOLS Leadtools.RasterRegion class provides a platform independent representation of an area of interest in a Leadtools.RasterImage that can be used in any platform supported by LEADTOOLS such as GDI, GDI+, WPF and Silverlight. Use this class To convert a LEADTOOLS Leadtools.RasterRegion object to/from a GDI HRGN and System.Drawing (GDI+) System.Drawing.Region object.

For more information refer to RasterImage and GDI/GDI+.

Example
For an example, refer to ConvertToRegionHandle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterRegionConverter Class
RasterRegionConverter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.