ClearImageNet Send comments on this topic.
Create(Int32,Int32) Method
See Also 
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
)
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

See Also

Generated from assembly ClearImageNet [5.7.1.0]