ComponentOne Bitmap for WPF
CreateImage Method

C1.WPF.Bitmap.4 Assembly > C1.WPF.Bitmap Namespace > C1Bitmap Class : CreateImage Method
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.
Creates the internal image of the given size with uninitialized content.
Syntax
'Declaration
 
Public Sub CreateImage( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As PixelFormat _
) 
public void CreateImage( 
   System.int width,
   System.int height,
   PixelFormat pixelFormat
)

Parameters

width
The width of the image, in pixels.
height
The height of the image, in pixels.
pixelFormat
The pixel format of the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members