Returns pixels of bitmap as 3D array.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Function Export As Integer(,,)

C#

public int[,,] Export()

Return Value

Array of image pixels returned in the following format: first dimension is bitmap columns, second dimension is a bitmap rows, third dimension is a pixels channels.