Loads the bitmap from given 3D array of pixels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Load ( _ array As Integer(,,), _ format As PixelFormat _ )
public void Load( 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.