IDrawingSpecificsCreateBitmap Method
Creates Bitmap object of the specified size.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
IBitmap CreateBitmap(
int width,
int height
)
Function CreateBitmap (
width As Integer,
height As Integer
) As IBitmap
IBitmap^ CreateBitmap(
int width,
int height
)
abstract CreateBitmap :
width : int *
height : int -> IBitmap
- width Int32
- Width of the bitmap.
- height Int32
- Height of the bitmap.
IBitmapBitmap object of the specified size.