262
Programming
Copies the region of
srcGRB
between point
sx1, sy1
and
sx2, sy2
into the region of
trgtGRB
between points
dx1,
dy1
and
dx2, dy2
. Do not copy pixels from
srcGRB
that
are color
c
.
trgtGRB
can be any of the graphic variables.
trgtGRB
can
be any of the graphic variables and is optional. The
default is G0.
srcGRB
can be any of the graphic variables.
dx2, dy2
are optional and if not specified will be
calculated so that the destination area is the same size as
the source area.
sx2, sy2
are optional and if not specified will be the
bottom right of the
srcGRB
.
sx1, sy1
are optional and if not specified will be the top
left of
srcGRB
.
dx1, dy1
are optional and if not specified will be the top
left of
trgtGRB
.
c
can be
0
to
3
(
0
=black,
1
= dark gray,
2
= light gray,
3
= white).
c
is optional. If not specified all pixels from
G2
will be copied.
N O T E
Using the same variable for
trgtGRB
and
srcGRB
can be
unpredictable when the source and destination overlap.
DIMGROB and
DIMBROB_P
Syntax:
DIMGROB
(
G, w, h
[
,c
]) or
DIMGROB
(
G
[ ,
line_1,
line_2,…,line_h
])
DIMGROB
(
G, w, h
[
,c
]) or
DIMGROB
(
G
[ ,
line_1,
line_2,…,line_h
])
Sets the dimensions of
GROB G
to w*h. initializes the
graphic
G
with color
c
or with the graphic data provided
in the list.
G
can be any graphic variable except G0.
c
can be
0
to
3
(
0
=black,
1
= dark gray,
2
= light gray,
3
=
white).
c
is optional. The default is white.
If the graphic is initialized using graphic data, the list
must have as many numbers as the height of the
GROB
.
Each number, as seen in base 16 describes a line. Two
bits are used for each pixel (
00
=black,
01
=dark gray,
10
=light gray,
11
=white). Hence, each hex digit
describes two pixels.
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...