C# Class Clearbytes.HexView

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: AlphaDelta/PNG-Mask

Méthodes publiques

Свойство Type Description
ANSI System.Text.Encoding
Background System.Drawing.SolidBrush
Encoding System.Text.Encoding
TextColor Color

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

HexView() public méthode

public HexView ( ) : System
Résultat System

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

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

OnScroll() public méthode

public OnScroll ( object sender, ScrollEventArgs e ) : void
sender object
e System.Windows.Forms.ScrollEventArgs
Résultat void

ReadBytes() public méthode

public ReadBytes ( byte bytes ) : void
bytes byte
Résultat void

ReadFile() public méthode

public ReadFile ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

ReadFile() public méthode

public ReadFile ( string loc ) : void
loc string
Résultat void

RecalcScroll() public méthode

public RecalcScroll ( ) : void
Résultat void

RecalcVisible() public méthode

public RecalcVisible ( ) : void
Résultat void

RecalcWrapper() public méthode

public RecalcWrapper ( ) : void
Résultat void

Property Details

ANSI public_oe static_oe property

public static Encoding,System.Text ANSI
Résultat System.Text.Encoding

Background public_oe property

public SolidBrush,System.Drawing Background
Résultat System.Drawing.SolidBrush

Encoding public_oe property

public Encoding,System.Text Encoding
Résultat System.Text.Encoding

TextColor public_oe property

public Color TextColor
Résultat Color