Changes

Jump to: navigation, search

OOP344 20102 TextEdit

1 byte added, 08:13, 23 June 2010
IOFrame
'''IOFrame''' can obviously draw itself on the screen at a specific location with specific offset.
<big><syntaxhiglight syntaxhighlight lang="cpp">
class IOFrame {
private:
bool IsVisible()const;
};
</syntaxhiglightsyntaxhighlight></big>
'''Constructor:''' Sets the corresponding values to the incoming arguments. if any of the row, col, height or width is less than 0, then the frame will be set to full-screen, which means, row and col will be set to 0 and width and height will be set to the number of columns and rows of the screen, respectively.
<br />
[[OOP344 20102 IOFrame test main|A main() function to test IOFrame::draw Offsets]]<br />
 
== IOField ==

Navigation menu