Support Board
Date/Time: Wed, 27 Nov 2024 02:33:48 +0000
Post From: OpenGL support for custom drawings
[2023-08-15 13:37:43] |
Sierra_Chart Engineering - Posts: 17190 |
Yes this is going to be solved we expect in about 30 days. An example of what we are developing are these new ACSIL functions which work for GDI and OpenGL: // 2523 int (SCDLLCALL* DrawGraphics_MoveTo)(const int XCoordinate, const int YCoordinate); int (SCDLLCALL* DrawGraphics_LineTo)(const int XCoordinate, const int YCoordinate, const uint32_t Color, const uint32_t LineWidth, const SubgraphLineStyles LineStyle); These functions will change somewhat when this functionality is all complete. Be aware of that. So all graphics drawing will be done through functions like these and not direct to the Windows API any longer. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2023-08-15 13:38:33
|