API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dMetafilePlayContext Class > D3dMetafilePlayContext Methods > D3dMetafilePlayContext::renderLineCap Method
D3dMetafilePlayContext::renderLineCap Method
Syntax
C++
void renderLineCap(int iPx, const OdD3DVertexCol * origin, const OdGeVector3d & fwd, const OdGeVector3d & side) const;
Parameters 
Description 
int iPx 
[in] Line width in pixels.  
const OdD3DVertexCol * origin 
[in] Start line point.  
const OdGeVector3d & fwd 
[in] Line direction vector multiplied by line length.  
const OdGeVector3d & side 
[in] Line perpendicular vector, defines line plane with direction vector. 

Render wide line with rounded end-caps.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.