(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <intuition/intuition.h>
#include <proto/intuition.h>

void DrawImage (rp , image , leftOffset , topOffset)

LOCATION
In IntuitionBase at offset 19

SYNOPSIS
struct RastPort * rp
struct Image * image
LONG leftOffset
LONG topOffset

FUNCTION
Draw an image.

INPUTS
rp
The RastPort to render into
image
The image to render
leftOffset, topOffset
Where to place the image.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY