CreateNew

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

CreateNew

Previous pageReturn to chapter overviewNext page

Initializes a new instance of the Bitmap class with the specified size and format.

 

w - The width, in pixels, of the new Bitmap.

h - The height, in pixels, of the new Bitmap.

pixfmt - The pixel format for the new Bitmap.

 

CreateNew                       PROCEDURE(LONG w, LONG h, PixelFormatEnum pixfmt), BOOL, PROC