EMF Filled Polygon.  
 More...
#include <libemf.h>
EMF Filled Polygon. 
Draw a filled polygon. 
  
  | 
        
          | EMF::EMRPOLYGON::EMRPOLYGON | ( | const RECTL * | bounds, |  
          |  |  | const POINT * | points, |  
          |  |  | INT | n |  
          |  | ) |  |  |  | inline | 
 
- Parameters
- 
  
    | bounds | overall bounding box of polygon. |  | points | array of polygon vertices. |  | n | number of vertices in points. |  
 
 
 
Construct a Polygon record from the input stream. 
- Parameters
- 
  
  
 
 
  
  | 
        
          | EMF::EMRPOLYGON::~EMRPOLYGON | ( |  | ) |  |  | inline | 
 
Destructor frees a copy of the points it buffered. 
 
 
Execute this record in the context of the given device context. 
- Parameters
- 
  
    | source | the device context from which this record is taken. |  | dc | device context for execute. |  
 
Implements EMF::METARECORD.
 
 
  
  | 
        
          | int EMF::EMRPOLYGON::size | ( | void |  | ) | const |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: