Scilab 5.3.3
Scilab help >> Graphics > handle > gce
Add a comment:
Please login to comment this page.
gce
Get current entity handle.
Calling Sequence
e = gce()
Arguments
- e
handle, the handle of the current entity.
Description
This routine returns the handle of the last created (and still existent) entity.
Examples
See Also
- gcf — Return handle of current graphic window.
- gca — Return handle of current axes.
- get — Retrieve a property value from a graphics entity or an User Interface object.
- graphics_entities — description of the graphics entities data structures
Authors
Djalel ABDEMOUCHE
Comments
Add a comment:
Please login to comment this page.
| << draw | handle | ged >> |