Axiom.Plugins.SystemDrawingCodecs.SDImageLoader.Encode C# (CSharp) Method

Encode() public method

Encodes the data in the input stream and saves the result in the output stream.
public Encode ( System source, System dest ) : void
source System
dest System
return void
		public override void Encode( System.IO.Stream source, System.IO.Stream dest, params object[] args )
		{
			throw new NotImplementedException();
		}