(C) 1998 AROS - The Amiga Research OS


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

void DrawImageState (rp , image , leftOffset , topOffset , state , drawInfo)

LOCATION
In IntuitionBase at offset 103

SYNOPSIS
struct RastPort * rp
struct Image * image
LONG leftOffset
LONG topOffset
ULONG state
struct DrawInfo * drawInfo

FUNCTION
This function renders an image in a certain state.

INPUTS
rp
Render in this RastPort
image
Render this image
leftOffset, topOffset
Add this offset to the position stored in the image.
state
Which state (see intuition/imageclass.h for possible valued).
drawInfo
The DrawInfo from the screen.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES
DrawImageState(), handles both boopsi and conventional images.

BUGS

INTERNALS

HISTORY