Home » Developing U++ » UppHub » EscPainter package, a painter extension for Esc scripting language
Re: EscPainter package, a painter extension for Esc scripting language [message #60127 is a reply to message #59837] |
Sat, 09 September 2023 14:54  |
Oblivion
Messages: 1221 Registered: August 2007
|
Senior Contributor |
|
|
Hi,
EscPainter package has gained new and useful functions:
void EscDraw(ArrayMap<String, EscValue>& global, Draw& w, Size sz);
void EscDraw(ArrayMap<String, EscValue>& global, Draw& w, int cx, int cy);
void EscDraw(ArrayMap<String, EscValue>& global, const String& script, Draw& w, Size sz);
void EscDraw(ArrayMap<String, EscValue>& global, const String& script, Draw& w, int cx, int cy);
As their name suggests, these convenience functions allow painting to any "Draw" surface -including system draw- without wrestling with the interface any further.
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
|
|
|
Goto Forum:
Current Time: Wed Aug 06 12:56:46 CEST 2025
Total time taken to generate the page: 0.05529 seconds
|