Axiom.Platform.Android.AndroidImageCodec.AndroidImageCodec C# (CSharp) Method

AndroidImageCodec() public method

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