Masslet Send comments on this topic.
dataToImage Method
See Also 
Masslets Namespace > Converters Class : dataToImage Method




width
height
lpdata

Syntax

Visual Basic (Declaration) 
Public Shared Function dataToImage( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal lpdata As Integer _
) As Image
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim lpdata As Integer
Dim value As Image
 
value = Converters.dataToImage(width, height, lpdata)
C# 
public static Image dataToImage( 
   int width,
   int height,
   int lpdata
)
Managed Extensions for C++ 
public: static Image* dataToImage( 
   int width,
   int height,
   int lpdata
) 
C++/CLI 
public:
static Image^ dataToImage( 
   int width,
   int height,
   int lpdata
) 

Parameters

width
height
lpdata

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.