Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Canvas Class Reference

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

ref array< ref array< PIXEL > > m_Pixels = new array<ref array<PIXEL>>
int m_SizeX
int m_SizeY

Detailed Description

Definition at line 15 of file canvas.c.

Constructor & Destructor Documentation

◆ Canvas()

void Canvas ( int size_x,
int size_y )
inlineprivate

Definition at line 21 of file canvas.c.

References m_Pixels, m_SizeX, and m_SizeY.

Member Function Documentation

◆ DrawPixel()

void DrawPixel ( int x,
int y )
inlineprivate

Definition at line 37 of file canvas.c.

References m_Pixels, m_SizeX, m_SizeY, x, and y.

◆ PrintOut()

void PrintOut ( )
inlineprivate

Definition at line 45 of file canvas.c.

References m_Pixels, m_SizeX, m_SizeY, and Print().

◆ SaveToFile()

void SaveToFile ( string filename)
inlineprivate

Definition at line 67 of file canvas.c.

References FPrintln(), m_Pixels, m_SizeX, m_SizeY, and OpenFile().

Field Documentation

◆ m_Pixels

ref array<ref array<PIXEL> > m_Pixels = new array<ref array<PIXEL>>
private

Definition at line 19 of file canvas.c.

Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().

◆ m_SizeX

int m_SizeX
private

Definition at line 17 of file canvas.c.

Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().

◆ m_SizeY

int m_SizeY
private

Definition at line 17 of file canvas.c.

Referenced by Canvas(), DrawPixel(), PrintOut(), and SaveToFile().


The documentation for this class was generated from the following file: