C# Class LiveTelemetry.ucResizableImage

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Properties

Property Type Description
Disabled bool

Public Methods

Method Description
Crop ( int w, int h ) : void
Crop ( int w, int h, bool resize ) : void
ucResizableImage ( string image ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnResize ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Crop() public method

public Crop ( int w, int h ) : void
w int
h int
return void

Crop() public method

public Crop ( int w, int h, bool resize ) : void
w int
h int
resize bool
return void

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

ucResizableImage() public method

public ucResizableImage ( string image ) : System
image string
return System

Property Details

Disabled public_oe property

public bool Disabled
return bool