http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a Bitmap image of certain size
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Bitmap ToBitmap( int width, int height ) |
Visual Basic |
---|
Public Function ToBitmap ( _ width As Integer, _ height As Integer _ ) As Bitmap |
Visual C++ |
---|
public: Bitmap^ ToBitmap( int width, int height ) |
Parameters
- width
- Type: System..::..Int32
The width of the bitmap
- height
- Type: System..::..Int32
The height of the bitmap