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

BitmapData.MemoryUsed Property

Returns a number of bytes occupied with pixels of this BitmapData.

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

Syntax

Visual Basic
Public ReadOnly Property MemoryUsed As Integer
C#
public int MemoryUsed { get; }

Property Value

A number of bytes occupied with pixels of this BitmapData.

Remarks

You can use this value to allocate a buffer which should hold a copy of pixels of this BitmapData.

See Also

Reference