Class FileFormatConverter
Inheritance
System.Object
FileFormatConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.GmConverters
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class FileFormatConverter
Methods
ToGm(FileFormat)
Declaration
public static FileFormat ToGm(this FileFormat source)
Parameters
| Type | Name | Description |
|---|---|---|
| FileFormat | source |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Codecs.FileFormat |
ToModel(FileFormat)
Declaration
public static FileFormat ToModel(this FileFormat source)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Codecs.FileFormat | source |
Returns
| Type | Description |
|---|---|
| FileFormat |