A Delphi TShape is nothing more than drawing a bunch of vector graphics.
You can “rotate” the X/Y coordinates themselves with a 2-D transformation matrix. Computer Graphics 101:
| Lars Fosdal on Security alarm provider Woonve… | |
| Thomas Mueller on Question got closed in May 202… | |
| Thaddy de Koning on Formulier voor bewindvoerders… | |
| Thaddy de Koning on Formulier voor bewindvoerders… | |
| Thaddy de Koning on Formulier voor bewindvoerders… |
Posted by jpluimers on 2013/07/09
Sometimes a generic answer to a specific answer gives people a lot more insight into what they actually want to accomplish than a specific answer.
Plus that the knowledge does not only apply to VCL in any Delphi version: it works in any development environment where you can draw.
That’s why I like this 2D transformation answer so much:
A Delphi TShape is nothing more than drawing a bunch of vector graphics.
You can “rotate” the X/Y coordinates themselves with a 2-D transformation matrix. Computer Graphics 101:
Thanks paulsm4!
–jeroen
delphi – Change orientation of a shape – Stack Overflow.
This entry was posted on 2013/07/09 at 08:02 and is filed under Delphi, Delphi 1, Delphi 2, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, Delphi x64, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Development, Software Development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Leave a comment