C# Class FiddlerControls.TextureAlternative

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

Méthodes publiques

Méthode Description
GetIndex ( int x, int y ) : int
SearchGraphic ( int graphic ) : bool
TextureAlternative ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

OnClickSearch ( object sender, EventArgs e ) : void
OnFilePathChangeEvent ( ) : void
OnLoad ( object sender, EventArgs e ) : void
OnMouseClick ( object sender, MouseEventArgs e ) : void
OnMouseWheel ( object sender, MouseEventArgs e ) : void
OnResize ( object sender, EventArgs e ) : void
OnScroll ( object sender, ScrollEventArgs e ) : void
OnTextureChangeEvent ( object sender, int index ) : void
Reload ( ) : void
onClickExportBmp ( object sender, EventArgs e ) : void
onClickExportJpg ( object sender, EventArgs e ) : void
onClickExportTiff ( object sender, EventArgs e ) : void
onClickFindNext ( object sender, EventArgs e ) : void
onClickRemove ( object sender, EventArgs e ) : void
onClickReplace ( object sender, EventArgs e ) : void
onClickSave ( object sender, EventArgs e ) : void
onKeyDownInsert ( object sender, KeyEventArgs e ) : void
onPaint ( object sender, PaintEventArgs e ) : void
onTextChangedInsert ( object sender, EventArgs e ) : void

Method Details

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

GetIndex() public méthode

public GetIndex ( int x, int y ) : int
x int
y int
Résultat int

SearchGraphic() public static méthode

public static SearchGraphic ( int graphic ) : bool
graphic int
Résultat bool

TextureAlternative() public méthode

public TextureAlternative ( ) : System
Résultat System