Creates a Windows device dependent bitmap (DDB) from this
RasterImage.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function ToHBitmap() As IntPtr |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImage
Dim value As IntPtr
value = instance.ToHBitmap()
|
Managed Extensions for C++ | |
---|
public: IntPtr ToHBitmap(); |
C++/CLI | |
---|
public:
IntPtr ToHBitmap(); |
Return Value
A handle to the Windows DDB this method creates.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also