IBitmap CreateBitmap(
int width,
int height
)Function CreateBitmap (
width As Integer,
height As Integer
) As IBitmapIBitmap^ CreateBitmap(
int width,
int height
)abstract CreateBitmap :
width : int *
height : int -> IBitmap