get_buffer


Description:

public weak PixelBuffer get_buffer ()

Parameters:

this

A Bitmap

Returns:

the PixelBuffer that this buffer uses for storage. Note that if the bitmap was created with Bitmap.from_file then it will not actually be using a pixel buffer and this function will return null.