C# Class Afterglow.Graphics.GraphicStreams.GraphicStreamFormatHelper

Provides helper functions for the GraphicStreamFormat-enum.
显示文件 Open project: Christof/afterglow

Public Methods

Method Description
GetForTypeName ( string typeName ) : GraphicStreamFormat

Gets the corresponding GraphicStreamFormat for the given type name.

Method Details

GetForTypeName() public static method

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