Click or drag to resize

GraphExportOptionsCanCreateBitmap Method

Determines whether a bitmap can be created with the specified pixel format.

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

Parameters

fmt  PixelFormat
The pixel format.

Return Value

Boolean
true if creation is possible; otherwise, false.
See Also