Package: cairo
CStruct cairo-rectangle-int-t
Details
A data structure for holding a rectangle with integer coordinates. (defcstruct cairo-rectangle-int-t (x :int) (y :int) (width :int) (height :int))
| See also |
2020-12-5
cl-cffi-gtk | API documentation |
Package: cairo
Details
A data structure for holding a rectangle with integer coordinates. (defcstruct cairo-rectangle-int-t (x :int) (y :int) (width :int) (height :int))
| See also |