[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcD2DBitmap.ToGcBitmap

ToGcBitmap Method

ToGcBitmap()

Copies the image buffer to a new GcBitmap.

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

ToGcBitmap(GcBitmap)

Copies the image buffer to an existing instance of GcBitmap.

Declaration
public void ToGcBitmap(GcBitmap bmp)
Public Sub ToGcBitmap(bmp As GcBitmap)
Parameters
Type Name Description
GcBitmap bmp

The destination GcBitmap object.