IjwFramework.Ui.ImageProvider.ImageProvider C# (CSharp) 메소드

ImageProvider() 공개 메소드

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

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