Parameters |
Description |
const OdD3DVertexCol * points |
[in] Line vertices array. |
OdUInt32 nPoints |
[in] Count of points into points array. |
bool bLines = false |
[in] If true, points in points array defines not linked lines list (2 points for each line), elsewhere points array defines linked line vertices list (end vertex of previous line is equal to start vertex of the next line). |
Render simple 1px line with background color.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|