Property | Type | Description | |
---|---|---|---|
height | byte | ||
memory | byte[] | ||
width | byte |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
DisplayView ( ) : System |
Initializes a new instance of the DisplayView class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void | ||
UpdateBitMap ( ) : void |
Method | Description | |
---|---|---|
CallBack_DisplayMemory ( |
||
DisplayForm_Paint ( object sender, PaintEventArgs e ) : void | ||
DisplayMemory ( |
||
DisplayView_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateView ( ) : void | ||
toolStripButton1_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void | ||
x | ushort | |
y | ushort | |
c | char | |
colorindex | byte | |
backgroundindex | byte | |
return | void |