Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Asia Pacific
Americas
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcGIS API Silverlight (Retired)
:
ArcGIS API Silverlight Questions
:
Changing Rotation Axis of a Graphic
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Changing Rotation Axis of a Graphic
Subscribe
858
3
09-06-2011 09:52 AM
by
centuitcentuit
Emerging Contributor
09-06-2011
09:52 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi,
I am using version 2.2 of the ESRI SDK and one of the requirements would be to rotate the symbol not in the center, but at different points.
Is there a way to change the rotation axis of a graphic ?
Thanks
Tags
(2)
Tags:
silverlight
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
3 Replies
by
JenniferNery
Esri Regular Contributor
09-06-2011
01:13 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Sure you can update the RendererTransformOrigin and apply RotateTransform on the element. Some developers post their code in the forum
http://forums.arcgis.com/threads/4461-Symbol-rotation-change-by-attribute-update
Reply
0
Kudos
by
centuitcentuit
Emerging Contributor
09-07-2011
05:03 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Thanks jenniferdnery.
I guess what I meant was using the editor, sorry.
I have to give the user the ability to change the axis of rotation when they edit a graphic.
Thanks
Reply
0
Kudos
by
JenniferNery
Esri Regular Contributor
09-07-2011
01:02 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Oh in that case, Editor.EditVertices
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave
or EditGeometry
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics
applies rotation from the geometry center only.
Reply
0
Kudos
Post Reply