![]() |
DrawClipPix | Function (ROM Call 0x194) |
graph.h |
void DrawClipPix (short x, short y); |
Draws a clipped pixel.
DrawClipPix works exactly like DrawPix, except the pixel will not be drawn if its coordinates are out of clipping zone given by SetCurClip command, and an attribute is not given as an explicite parameter (the attribute given with SetCurAttr command will be used instead).