C# Class HexViewer.HexPanel

Description of HexPanel.
Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: Kajabity/Kajabity-Tools

Public Methods

Method Description
Draw ( Graphics g, Rectangle rectClient ) : void
HexPanel ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs ev ) : void

Method Details

Draw() public method

public Draw ( Graphics g, Rectangle rectClient ) : void
g System.Drawing.Graphics
rectClient System.Drawing.Rectangle
return void

HexPanel() public method

public HexPanel ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs ev ) : void
ev PaintEventArgs
return void