Handbook
Glossary
image-from-image ( image rec -- Image )
Vocabulary
raylib
Inputs
image
a
Image
rec
a
Rectangle
Outputs
Image
a
Image
Word description
Create an image from another image piece
Definition
USING:
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-from-image
Image
ImageFromImage (
Image
image,
Rectangle
rec )