PckView.TryDecodeEventArgs.TryDecodeEventArgs C# (CSharp) Method

TryDecodeEventArgs() public method

public TryDecodeEventArgs ( int width, int height, string directory, string file, XCom itm ) : System
width int
height int
directory string
file string
itm XCom
return System
		public TryDecodeEventArgs(int width, int height, string directory, string file, XCom.Interfaces.IXCImageFile itm)
		{
			this.itm=itm;
			this.file=file;
			this.width=width;
			this.height=height;
			this.directory=directory;
		}
TryDecodeEventArgs