C# 클래스 BinaryFileVisualizer.Model

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

공개 메소드들

메소드 설명
Model ( string filePath ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Model() 공개 메소드

public Model ( string filePath ) : System
filePath string
리턴 System