Method CreateBitmap
CreateBitmap()
Creates and returns a new bitmap instance.
public abstract T CreateBitmap()
Returns
- T
A new instance of type
Trepresenting the created bitmap.
Remarks
The specific type of bitmap created depends on the implementation of the derived class.