DOCUMENTATION CENTER SEARCH
Mathematica
>
Graphics Coordinates
>
Built-in
Mathematica
Symbol
Scaled
ImageScaled
AbsolutePointSize
AbsoluteThickness
See Also »
|
Graphics Coordinates
Symbolic Graphics Language
More About »
Offset
Offset
[{
dx
,
dy
},
position
]
gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset
{
dx
,
dy
}
.
MORE INFORMATION
Offset
can be used to specify offsets in any two-dimensional graphics primitive.
position
can be either
{
x
,
y
}
,
Scaled
[{
x
,
y
},
...
]
or
ImageScaled
[{
x
,
y
}]
.
The offset is measured in units of printer's points, equal before magnification to
of an inch.
Offset
[{
dx
,
dy
}]
can be used to specify an absolute radius in a
Circle
or
Disk
object.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Offset coordinates by printer's points:
In[1]:=
Out[1]=
Set radii by printer's points:
In[2]:=
Out[2]=
Scope
(3)
Properties & Relations
(2)
SEE ALSO
Scaled
ImageScaled
AbsolutePointSize
AbsoluteThickness
MORE ABOUT
Graphics Coordinates
Symbolic Graphics Language
New in 3
© 2008 Wolfram Research, Inc.