GraphExportOptionsIsVectorFormat Method |
Determines whether the specified image format is a vector format.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsVectorFormat(
ImageFormat fmt
)
Parameters
- fmt ImageFormat
- The image format.
Return Value
Booleantrue if the format is vector based; otherwise,
false.
See Also