CADability dotNET
Creates a bitmap with the specified size to draw on it.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public PaintToBitmap(
	int width,
	int height
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
PaintToBitmap(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
Width of the bitmap in pixel
height
Type: System..::..Int32
Height of the Bitmap in pixel

See Also