AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : CreateDIB Method |
The number of bits per pixel of the created bitmap.
Valid values are 1, 4, 8, and 24.
The color of the bitmap.
Note: Value specified must be in a valid OLE_COLOR range.
Visual Basic |
---|
Public Sub CreateDIB( _ ByVal IPCreateWidth As Long, _ ByVal IPCreateHeight As Long, _ ByVal IPCreateBits As Integer, _ ByVal IPCreateColor As OLE_COLOR _ ) |
The number of bits per pixel of the created bitmap.
Valid values are 1, 4, 8, and 24.
The color of the bitmap.
Note: Value specified must be in a valid OLE_COLOR range.
If the UndoEnabled property is True, hDIBUndo is replaced by hDIB, hDIB is replaced by the DIB resulting from this method, and the Picture property is set to the resulting image.