ToGcBitmap(GcBitmap) Method
In This Topic
Reads the frame image into an existing
GcBitmap.
Syntax
'Declaration
Public Overloads Sub ToGcBitmap( _
ByVal As GcBitmap _
)
public void ToGcBitmap(
GcBitmap
)
Parameters
- bmp
- The target GcBitmap object.
See Also