ToGcBitmap(GcBitmap,Boolean) Method
In This Topic
Reads the frame image into an existing
GcBitmap.
Syntax
'Declaration
Public Overloads Sub ToGcBitmap( _
ByVal As GcBitmap, _
ByVal As System.Boolean _
)
public void ToGcBitmap(
GcBitmap ,
System.bool
)
Parameters
- bmp
- The target GcBitmap object.
- cloneExif
- Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.
See Also