Click or drag to resize

GraphExportOptionsHasPixelFormatAlphaChannel Method

Determines whether the specified pixel format contains an alpha channel.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool HasPixelFormatAlphaChannel(
	PixelFormat fmt
)

Parameters

fmt  PixelFormat
The pixel format.

Return Value

Boolean
true if the format contains alpha; otherwise, false.
See Also