(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <intuition/imageclass.h>
#include <proto/intuition.h>

BOOL PointInImage ( point , image)

LOCATION
In IntuitionBase at offset 104

SYNOPSIS
ULONG point
struct Image * image

FUNCTION
Check whether a point is inside an image.

INPUTS
point
This are the packed point coordinates. The X coordinate in in the upper 16 bits and the Y coordinate is in the lower 16 bits. The coordinates are signed.
image
Check against this image.

RESULT
TRUE is the point is inside the image, FALSE otherwise.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY