API Reference > OdExport Classes > TD_DWF_EXPORT Namespace > Classes > OdDwfDevice Class > OdDwfDevice Methods > OdDwfDevice::dc_polygon Method
OdDwfDevice::dc_polygon Method
Syntax
C++
virtual void dc_polygon(OdUInt32 nPts, const OdGePoint2d* points);
Parameters 
Description 
OdUInt32 nPts 
[in] Number of points.  
const OdGePoint2d* points 
[in] Array of points defining the polygon. 

Outputs a polygon to the export device. 

 

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