C# Class FiddlerControls.TextureAlternative

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
GetIndex ( int x, int y ) : int
SearchGraphic ( int graphic ) : bool
TextureAlternative ( ) : System

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.

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 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

GetIndex() public method

public GetIndex ( int x, int y ) : int
x int
y int
return int

SearchGraphic() public static method

public static SearchGraphic ( int graphic ) : bool
graphic int
return bool

TextureAlternative() public method

public TextureAlternative ( ) : System
return System