Axiom.Platform.IPhone.IPhoneImageCodec.IPhoneImageCodec C# (CSharp) Method

IPhoneImageCodec() public method

public IPhoneImageCodec ( string type ) : System
type string
return System
		public IPhoneImageCodec( string type )
		{
			this._imageType = type;
		}