API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dMetafilePlayContext Class > D3dMetafilePlayContext Methods > D3dMetafilePlayContext::renderBkgndLine Method
D3dMetafilePlayContext::renderBkgndLine Method
Syntax
C++
void renderBkgndLine(const OdD3DVertexCol * points, OdUInt32 nPoints, bool bLines = false) const;
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.