Click or drag to resize

GraphExportOptionsIsVectorFormat Method

Determines whether the specified image format is a vector format.

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

Parameters

fmt  ImageFormat
The image format.

Return Value

Boolean
true if the format is vector based; otherwise, false.
See Also