Handbook
Glossary
XImage-size ( ximage -- size )
Vocabulary
x11
.
xlib
Inputs
ximage
an
object
Outputs
size
an
object
Definition
USING:
accessors
kernel
math
;
IN:
x11.xlib
:
XImage-size
( ximage -- size )
[
height>>
]
[
bytes_per_line>>
]
bi
*
;