C# Class BinaryFileVisualizer.Model

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
Model ( string filePath ) : System

Private Methods

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

public Model ( string filePath ) : System
filePath string
Résultat System