Creates new Bitmap instance from 3D array of pixels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ array As Integer(,,), _ format As PixelFormat _ )
public Bitmap( int[,,] array, PixelFormat format )
Type: System.Int32 [,]
Array of image pixels should have the following format: first dimension is bitmap columns, second dimension is a bitmap rows, third dimension is a pixels channels.