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






Width
Height
BitsPerPixel
Create an image (bpp = 1, 8, 24)

Syntax

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

Parameters

Width
Height
BitsPerPixel

Remarks

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

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.