Alexandria.Engines.Sciagi.Resources.Picture.Browse C# (CSharp) Method

Browse() public method

Create a browser for drawing the picture.
public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
return System.Windows.Forms.Control
		public override System.Windows.Forms.Control Browse(Action<double> progressUpdateCallback = null) {
			return new PictureBrowser(this);
		}
	}/*