DayZ 1.24
|
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 |
Definition at line 61 of file Canvas.c.
References FPrintln(), m_Pixels, m_SizeX, m_SizeY, and OpenFile().
Definition at line 19 of file Canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Definition at line 17 of file Canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().
|
private |
Definition at line 17 of file Canvas.c.
Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().