Unicode Controls & Classes for VB6 - Version 4

clsGpBitmap.Create Function

Creates a blank image with the given size

Syntax
Public Function Create (ByVal Width As Long, _
ByVal Height As Long, _
ByVal pf As GpPixelFormat) As GpStatus
Parameters
Parameter Description
ByVal Width As Long The desired width
ByVal Height As Long The desired height
ByVal pf As GpPixelFormat The desired pixel format
Remarks