[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GrayscaleBitmap.ToGcBitmap

ToGcBitmap Method

ToGcBitmap()

Creates an instance of the GcBitmap class from the current GrayscaleBitmap.

Declaration
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
Returns
Type Description
GcBitmap

A new instance of the GcBitmap class.

ToGcBitmap(GcBitmap, bool)

Copies the image into an existing instance of GcBitmap.

Declaration
public void ToGcBitmap(GcBitmap bmp, bool cloneExif)
Public Sub ToGcBitmap(bmp As GcBitmap, cloneExif As Boolean)
Parameters
Type Name Description
GcBitmap bmp

The target GcBitmap object.

bool cloneExif

Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.