Fills pixels of the current bitmap from given 3D array.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Import ( _ array As Integer(,,) _ )
public void Import( int[,,] array )
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.Array width, height, and channel number must conform current bitmap dimensions and pixel format.