C# Class Afterglow.Graphics.GraphicStreams.GraphicStreamFormatHelper

Provides helper functions for the GraphicStreamFormat-enum.
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
GetForTypeName ( string typeName ) : GraphicStreamFormat

Gets the corresponding GraphicStreamFormat for the given type name.

Method Details

GetForTypeName() public static méthode

Gets the corresponding GraphicStreamFormat for the given type name.
public static GetForTypeName ( string typeName ) : GraphicStreamFormat
typeName string Name of the type.
Résultat GraphicStreamFormat