Alexandria.Engines.Sciagi.Resources.Picture.Browse C# (CSharp) Méthode

Browse() public méthode

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