Image.GetHowFromImage Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns an internal handle to an image.

Namespace:  System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

Syntax

'Declaration
Public Shared Function GetHowFromImage ( _
    img As Image _
) As IntPtr
'Usage
Dim img As Image 
Dim returnValue As IntPtr 

returnValue = Image.GetHowFromImage(img)
public static IntPtr GetHowFromImage(
    Image img
)
public:
static IntPtr GetHowFromImage(
    Image^ img
)
public static function GetHowFromImage(
    img : Image
) : IntPtr

Parameters

Return Value

Type: System.IntPtr

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 1.0

See Also

Reference

Image Class

Image Members

System.Drawing Namespace