This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapData.Export Method

Returns a copy of pixel data 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.

See Also

Reference