Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Rect(XKoord, YKoord, XKoord+150, YKoord+150);
  2. Text(XKoord+30, YKoord+50, Name);
  3. char TextBuffer[128];
  4. sprintf(TextBuffer, "%f Liter", KesselInhalt);
  5. Text(XKoord+30, YKoord+80,TextBuffer);
  6.  
  7. sprintf(TextBuffer, "%f C°",KesselTemperatur);
  8. Text(XKoord +30, YKoord+100, TextBuffer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement