How translate/rotate an existing element ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-13 10:41 AM
Hello,
I can't find how to translate/rotate an existing element, can someone help me ?
The devKit project Element_Test doesn't contains an example for this, and I didn't found the function in the API Documentation.
Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-13 02:03 PM
Use ACAPI_Element_Edit. Take a look at the Element_Test example project, specifically in "Element_Edit.cpp" and the functions:
- Do_DragElems
- Do_StretchElems
- Do_ResizeElems
- Do_RotateElems
- Do_MirrorElems
- Do_ElevElems
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-13 02:03 PM
Use ACAPI_Element_Edit. Take a look at the Element_Test example project, specifically in "Element_Edit.cpp" and the functions:
- Do_DragElems
- Do_StretchElems
- Do_ResizeElems
- Do_RotateElems
- Do_MirrorElems
- Do_ElevElems
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-13 02:05 PM