|
PC Stable Documentation
|
|

Private Member Functions | |
| void | Canvas (int size_x, int size_y) |
| void | DrawPixel (int x, int y) |
| void | PrintOut () |
| void | SaveToFile (string filename) |
Private Attributes | |
| int | m_SizeX |
| int | m_SizeY |
| ref array< ref array< PIXEL > > | m_Pixels = new array<ref array<PIXEL>> |
|
inlineprivate |
References FPrintln(), m_Pixels, m_SizeX, m_SizeY, and OpenFile().
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().