Google
BitmapBuffered.Create Constructor (integer, integer, integer, integer)
Class
Pascal
constructor Create(Width: integer; Height: integer; DpiX: integer; DpiY: integer); overload;
Description

Initializes a new instance of the class with the specified size. 

 

width 

The width, in pixels, of the new bitmap. 

height 

The height, in pixels, of the new bitmap.

Related Information