Class Exporters
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Contains a list of all supported exporters.
public static class Exporters
- Inheritance
-
Exporters
- Inherited Members
Fields
DefaultExtension
Default file export extension.
public static readonly string DefaultExtension
Field Value
Filter
File filter for all the supported exporters.
public static readonly string Filter
Field Value
Methods
Create(string)
Creates an exporter based on the extension of the specified path.
public static IExporter? Create(string path)
Parameters
pathstringThe output path.
Returns
- IExporter
An exporter.