What is graphics_point?
- Posted by dcuny Feb 01, 2015
- 1260 views
The documentation for graphics_point() is:
include std/image.e namespace image public type graphics_point(object p)
I have no clue what this is supposed to be used for. Obviously it's a type, but what does that type look like? Is it a duple of integers, atoms, or something else entirely?
- David