#include "draw.h" int DrawString(Draw draw,PetscReal xl,PetscReal yl,int cl,char *text)Not Collective
draw | - the drawing context | |
xl,yl | - the coordinates of lower left corner of text | |
cl | - the color of the text | |
text | - the text to draw |
Level:beginner
Location:src/sys/src/draw/interface/dtext.c
Graphics (Draw) Index
Table of Contents