Skip to main content

Class FileFormatConverter

Namespace: Aurigma.DesignAtoms.GmConverters
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static 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

Methods

ToGm

public static FileFormat ToGm(this FileFormat source)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Configuration.FileFormatsource
Returns

Aurigma.GraphicsMill.Codecs.FileFormat

ToModel

public static FileFormat ToModel(this FileFormat source)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Codecs.FileFormatsource
Returns

Aurigma.DesignAtoms.Model.Configuration.FileFormat

Was this page helpful?