Unicode Controls & Classes for VB6 - Version 4

clsGpBitmap.CreateFromGraphics Function

Loads a new image from an existing Graphics object

Syntax
Public Function CreateFromGraphics (ByVal Width As Long, _
ByVal Height As Long, _
ByRef oGraphics As clsGpGraphics) As GpStatus
Parameters
Parameter Description
ByVal Width As Long The desired width
ByVal Height As Long The desired height
ByRef oGraphics As clsGpGraphics The source graphics object
Remarks