IDrawingSpecificsCreateBitmap Method

Creates Bitmap object of the specified size.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
IBitmap CreateBitmap(
	int width,
	int height
)

Parameters

width  Int32
Width of the bitmap.
height  Int32
Height of the bitmap.

Return Value

IBitmap
Bitmap object of the specified size.

See Also