PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

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

Constructor & Destructor Documentation

◆ Canvas()

void Canvas ( int  size_x,
int  size_y 
)
inlineprivate

References m_Pixels, m_SizeX, and m_SizeY.

Member Function Documentation

◆ DrawPixel()

void DrawPixel ( int  x,
int  y 
)
inlineprivate

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

◆ PrintOut()

void PrintOut ( )
inlineprivate

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

◆ SaveToFile()

void SaveToFile ( string  filename)
inlineprivate

Field Documentation

◆ m_Pixels

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

◆ m_SizeX

int m_SizeX
private

◆ m_SizeY

int m_SizeY
private

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