Table of Contents

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

string

Filter

File filter for all the supported exporters.

public static readonly string Filter

Field Value

string

Methods

Create(string)

Creates an exporter based on the extension of the specified path.

public static IExporter? Create(string path)

Parameters

path string

The output path.

Returns

IExporter

An exporter.