WOLFRAM
Products
Wolfram|One
Mathematica
Wolfram Notebook Assistant + LLM Kit
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Close
Enable JavaScript to interact with content and submit forms on Wolfram websites.
Learn how
Legacy Documentation
Digital Image Processing
(2000)
This is documentation for an obsolete product.
Current products and services
Function Index
GraphicsRotate
GraphicsRotate[
expr
]
reverses all
x
,
y
coordinate pairs in graphics primitives
Point
,
Line
,
Rectangle
,
Polygon
,
Circle
,
Disk
,
and
Text
in
expr
.
See also User's Guide
2.5
.
Example
This loads the package.
In[1]:=
This reverses the coordinates in a list of graphics primitives.
In[2]:=
Out[2]=
This loads an example image.
In[3]:=
Here we create
Text
graphics to annotate the
lipid
image. It shows a fragment of a cross section of an aorta with the lumen, the inner space of the blood vessel, in the upper-left corner.
In[4]:=
This combines the graphics objects.
In[5]:=
Out[5]=
We now rotate the text graphic to its correct position.
In[6]:=
Out[6]=