Axiom.Platform.IPhone.IPhoneImageCodec.IPhoneImageCodec C# (CSharp) Méthode

IPhoneImageCodec() public méthode

public IPhoneImageCodec ( string type ) : System
type string
Résultat System
		public IPhoneImageCodec( string type )
		{
			this._imageType = type;
		}