Table of Contents

Method CreateBitmap

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

CreateBitmap()

Creates and returns a new bitmap instance.

public abstract T CreateBitmap()

Returns

T

A new instance of type T representing the created bitmap.

Remarks

The specific type of bitmap created depends on the implementation of the derived class.