PixelFormat Class

Represents a pixel format supported by Graphics Mill.

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

Syntax

C#
public sealed class PixelFormat

Remarks

Note

GDI cannot handle bitmaps with an alpha channel (Format32bppArgb) when it draws anything on it. As the high byte of 4-byte color must be zero in GDI, each pixel drawn with GDI becomes transparent. So now, if you try to call any drawing methods for the bitmaps with an alpha channel when using GDI, the UnsupportedPixelFormatException exception will be thrown.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PixelFormat

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference