Winbitmapput - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

1158

WinBitmapPut

Declaration:
void WinBitmapPut (WINDOW * w , SWORD x0 , SWORD y0 ,
BITMAP * Bitmap , WORD Attr )
Category(ies):
Windows
Description:
Store a bitmap into a window.
w
Inputs:
x0 , y0
Bitmap — BITMAP to store.
Attr
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also:
WinBitmapGet, WinBitmapSize, WinBitmapSizeExt
Example:
See WinBitmapGet.
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Windows
— WINDOW struct of a previously opened window.
— WINDOW coordinates of location to store Bitmap .
— A_REPLACE Replace the destination region with the source
bitmap.
A_REVERSE Replace the destination region with the
inverse of the source bitmap.
A_XOR
Exclusive-OR the source bitmap into the
destination region.
A_OR
OR the source bitmap into the destination
region.
A_AND
AND the source bitmap into the destination
region.
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents