fill a rectangle
xfrect(x,y,w,h) xfrect(rect) // rect =[x,y,w,h] hdl = xfrect(...)
four real values defining the rectangle.
This optional output contains a handle to the created Rectangle
entity. For a list of
properties, see rectangle_properties.
xrect
fills a rectangle defined by [x,y,w,h]
(upper-left point, width, height) in user coordinates.
Version | Description |
2025.0.0 | Function returns the created handle(s). |