Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 11:41:45 +0000



Post From: FYI - ACSIL tool DRAWING_HORIZONTALLINE

[2019-01-04 01:05:31]
ZenAlchemist - Posts: 23
Just an FYI. The help docs do not make it clear, but in regards to the tool DRAWING_HORIZONTALLINE, the DT_BOTTOM flag for TextAlignment does work. I was happy to find out that the following works:


s_UseTool ToolLine;
ToolLine.DrawingType = DRAWING_HORIZONTALLINE;
ToolLine.TextAlignment = DT_BOTTOM | DT_LEFT;

Zen