|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RoundingRadius
RoundingRadius
is an option for Rectangle, Framed, and related functions that specifies the radius of the circle to use in rendering rounded corners.
DetailsDetails
- RoundingRadius->r specifies that corners should be drawn using a quarter-circle of radius r.
- In graphics, the radius can be specified as follows:
-
r distance r in ordinary graphics coordinates Scaled[s], ImageScaled[s] fraction s of the size of the graphic Offset[d] d printer's points - For constructs such as Framed, RoundingRadius->r always specifies the radius in absolute printer's points.
- RoundingRadius->{rx, ry} specifies different rounding radii in the
and
directions. - RoundingRadius->0 specifies non-rounded corners.
- The effective radius used for any corner is limited to the half-length of each adjacent side.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

