NDSummary.OnToolTipsLoaded("File:draw.h",{1108:"
void Draw_Line(
UX x1,
UY y1,
UX x2,
UY y2,
u8 color,
u8 op
)
Draws a line (one pixel wide)
",1109:"
void Draw_LineH(
UX x1,
UX x2,
UY y,
u8 color,
u8 op
)
Draws an horizontal line (one pixel wide)
",1110:"
void Draw_LineV(
UX x,
UY y1,
UY y2,
u8 color,
u8 op
)
Draws a vertical line (one pixel wide)
",1111:"
void Draw_Box(
UX x1,
UY y1,
UX x2,
UY y2,
u8 color,
u8 op
)
Draws a box (one pixel wide)
",1112:"
void Draw_FillBox(
UX x1,
UY y1,
UX x2,
UY y2,
u8 color,
u8 op
)
Draws a fully filled box
",1113:"
void Draw_Circle(
UX x,
UY y,
u8 radius,
u8 color,
u8 op
)
Draws a circle (one pixel wide)
",1114:"
inline void Draw_Point(
UX x,
UY y,
u8 color,
u8 op
)
Draws a point
"});