C# Class Clearbytes.HexView

Inheritance: System.Windows.Forms.Control
Show file Open project: AlphaDelta/PNG-Mask

Public Properties

Property Type Description
ANSI System.Text.Encoding
Background System.Drawing.SolidBrush
Encoding System.Text.Encoding
TextColor Color

Public Methods

Method Description
HexView ( ) : System
OnScroll ( object sender, ScrollEventArgs e ) : void
ReadBytes ( byte bytes ) : void
ReadFile ( FileStream stream ) : void
ReadFile ( string loc ) : void
RecalcScroll ( ) : void
RecalcVisible ( ) : void
RecalcWrapper ( ) : void

Protected Methods

Method Description
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

HexView() public method

public HexView ( ) : System
return System

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

OnResize() protected method

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

OnScroll() public method

public OnScroll ( object sender, ScrollEventArgs e ) : void
sender object
e System.Windows.Forms.ScrollEventArgs
return void

ReadBytes() public method

public ReadBytes ( byte bytes ) : void
bytes byte
return void

ReadFile() public method

public ReadFile ( FileStream stream ) : void
stream System.IO.FileStream
return void

ReadFile() public method

public ReadFile ( string loc ) : void
loc string
return void

RecalcScroll() public method

public RecalcScroll ( ) : void
return void

RecalcVisible() public method

public RecalcVisible ( ) : void
return void

RecalcWrapper() public method

public RecalcWrapper ( ) : void
return void

Property Details

ANSI public static property

public static Encoding,System.Text ANSI
return System.Text.Encoding

Background public property

public SolidBrush,System.Drawing Background
return System.Drawing.SolidBrush

Encoding public property

public Encoding,System.Text Encoding
return System.Text.Encoding

TextColor public property

public Color TextColor
return Color