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

CustomFrame.PixelFormatTU Property

Gets/sets a pixel format of the current frame bitmap data (thread-unsafe version).

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

Syntax

Visual Basic
Protected Friend Property PixelFormatTU As PixelFormat
C#
protected internal PixelFormat PixelFormatTU { get; set; }

Property Value

PixelFormat value specifying the pixel format of the bitmap data.

Remarks

Use protected thread-unsafe versions of xxxTU properties instead of the public ones (without TU postfix) inside of the code of your custom codec. You should use to avoid deadlocks during multithreaded calls.

See Also

Reference