C# Class Alexandria.Engines.Sciagi.Resources.Picture

A picture made up of a series of drawing instructions.
Inheritance: ResourceData
Exibir arquivo Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Create a browser for drawing the picture.

Private Methods

Method Description
Picture ( AssetLoader loader ) : Alexandria.Engines.Sciagi.Controls

Method Details

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