C# Class LiveTelemetry.ucResizableImage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Свойство Type Description
Disabled bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Crop() public méthode

public Crop ( int w, int h ) : void
w int
h int
Résultat void

Crop() public méthode

public Crop ( int w, int h, bool resize ) : void
w int
h int
resize bool
Résultat void

Dispose() protected méthode

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

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ucResizableImage() public méthode

public ucResizableImage ( string image ) : System
image string
Résultat System

Property Details

Disabled public_oe property

public bool Disabled
Résultat bool