| Article | 70002809 |
| Type | Wish |
| Product | Engine |
| Date Added | 12/25/2025 12:00:00 AM |
| Fixed | 12.0.01 (1/26/2026 12:00:00 AM) |
| Submitted by | VectorDraw Team |
Summary
Export a method to draw the outlines of visible viewports of a vdLayoutSplit
Solution
In version 12.0.01
A new method DrawViewPortsOutLines of a vdLayoutSplit was exported
void DrawViewPortsOutLines(vdRender render, bool HighLightActive = true)
Draws the outlines of visible viewports using the vdDocument.GlobalRenderProperties.SplitColor
If HighLightActive is true the active viewport outline will be drawn using the vdDocument GlobalRenderProperties SplitHighLightColor. Default value is true.
