C# Class BinaryFileVisualizer.Model

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
Model ( string filePath ) : System

Private Methods

Method Description
CreateBitmap ( ) : void
CreateFileAccessor ( ) : void
DrawBitmap ( ) : void
DrawPixel ( IntPtr bitmapLine, int offset, long filePosition ) : void
IntegerCeiling ( long x, long y ) : long
OnPropertyChanged ( [ propertyName = null ) : void
WriteColor ( IntPtr position, int offset, byte red, byte green, byte blue, byte alpha ) : void

Method Details

Model() public method

public Model ( string filePath ) : System
filePath string
return System