Multiple graphics scenario 4
- Last UpdatedJul 08, 2024
- 1 minute read
You want the graphic in relative position with the window.
You can use the following script for the purpose:
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "i1";
graphicInfo.GraphicName = "S1";
graphicInfo.RelativeTo= aaGraphic.RelativeTo.Window;
ShowGraphic(graphicInfo);