NXC
Version 1.2.1 r5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
NXC
NXC Programmer's Guide
Introduction
The NXC Language
Todo List
Deprecated List
Modules
A simple 3D graphics library
Miscellaneous NBC/NXC constants
NXT Firmware Modules
RIC Macro Wrappers
Standard-C API functions
Third-party NXT devices
Data Structures
Files
Examples
•
All
Data Structures
Files
Functions
Variables
Groups
Pages
#define RICImgRect
(
_Pt,
_W,
_H
)
_Pt, (_W)&0xFF, (_W)>>8, (_H)&0xFF, (_H)>>8
Output an RIC ImgRect structure.
Parameters
_Pt
An ImgPoint. See
RICImgPoint
.
_W
The rectangle width.
_H
The rectangle height.
Examples:
ex_dispgaout.nxc
,
ex_dispgaoutex.nxc
, and
ex_sysdrawgraphicarray.nxc
.
RIC Macro Wrappers
Generated by
1.8.2