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