C# Class Alexandria.Engines.Sciagi.Controls.PictureBrowser

Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
PictureBrowser ( Picture picture ) : System

Initialise the browser.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnAuxiliaryClicked ( object sender, EventArgs e ) : void
OnControlClicked ( object sender, EventArgs e ) : void
OnInstructionValueChanged ( object sender, EventArgs e ) : void
OnPriorityClicked ( object sender, EventArgs e ) : void
OnStipplingButtonClick ( object sender, EventArgs e ) : void
OnStipplingSetFalse ( object sender, EventArgs e ) : void
OnStipplingSetTrue ( object sender, EventArgs e ) : void
OnVisualClicked ( object sender, EventArgs e ) : void
Redraw ( ) : void
SetStipplingSpitButtonImage ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PictureBrowser() public method

Initialise the browser.
public PictureBrowser ( Picture picture ) : System
picture Picture
return System