ClearImage COM Server Send comments on this topic.
CreateBpp Method
See Also 
Width
Height
BitsPerPixel

Description

Create an image (bpp = 1, 8, 24)

Syntax

Visual Basic
Public Sub CreateBpp( _
   ByVal Width As Long, _
   ByVal Height As Long, _
   ByVal BitsPerPixel As Long _
) 

Parameters

Width
Height
BitsPerPixel

Remarks

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

See Also