←Select platform

ConvertFromRegionHandle Method

Summary

Converts a GDI HRGN object to a LEADTOOLS Leadtools.RasterRegion.

Syntax
C#
VB
C++
public static RasterRegion ConvertFromRegionHandle( 
   IntPtr hrgn 
) 
Public Shared Function ConvertFromRegionHandle( _ 
   ByVal hrgn As IntPtr _ 
) As RasterRegion 
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+, and WPF. 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly