ClearImage 8 Help
Create Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : Create Method






Width
Height
Create a Bitonal image

Syntax

Visual Basic (Declaration) 
Public Function Create( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim Width As Integer
Dim Height As Integer
Dim value As Integer
 
value = instance.Create(Width, Height)
C# 
public int Create( 
   int Width,
   int Height
)
Delphi 
public function Create( 
    Width: Integer;
    Height: Integer
): Integer; 
JScript 
public function Create( 
   Width : int,
   Height : int
) : int;
Managed Extensions for C++ 
public: int Create( 
   int Width,
   int Height
) 
C++/CLI 
public:
int Create( 
   int Width,
   int Height
) 

Parameters

Width
Height

Remarks

This method generates an error if Image object is a zone.

Use CreateBpp to create an image object for color or grayscale

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.