IjwFramework.Ui.ImageProvider.ImageProvider C# (CSharp) Method

ImageProvider() public method

public ImageProvider ( string srcPath ) : System
srcPath string
return System
		public ImageProvider( string srcPath )
		{
			this.srcPath = srcPath;

			imageList.TransparentColor = Color.Fuchsia;
			imageList.ColorDepth = ColorDepth.Depth32Bit;
		}