ClearImage 8 Help
Create(Int32,Int32) Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageIO Class > Create Method : Create(Int32,Int32) Method






width
width in pixels
height
height in pixels
Creates black-and-white Bitmap image of specified size

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Bitmap
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim value As Bitmap
 
value = ImageIO.Create(width, height)
C# 
public static Bitmap Create( 
   int width,
   int height
)
Delphi 
public function Create( 
    width: Integer;
    height: Integer
): Bitmap; static; 
JScript 
public static function Create( 
   width : int,
   height : int
) : Bitmap;
Managed Extensions for C++ 
public: static Bitmap* Create( 
   int width,
   int height
) 
C++/CLI 
public:
static Bitmap^ Create( 
   int width,
   int height
) 

Parameters

width
width in pixels
height
height in pixels

Return Value

Bitmap object

Remarks

Licensing: Requires any ClearImage license

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

© 2007-2013. Inlite Research, Inc. All Rights Reserved.