Aurigma Graphics Mill 5.5 for .NET
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.