.TH "EMF::EMRPOLYGON16" 3 "Tue Jun 30 2020" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::EMRPOLYGON16 \- EMF Filled Polygon16\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBEMF::METARECORD\fP, and EMRPOLYLINE16\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBEMRPOLYGON16\fP (const RECTL *bounds, const POINT *points, INT16 n)" .br .ti -1c .RI "\fBEMRPOLYGON16\fP (const RECTL *bounds, const POINT16 *points, INT16 n)" .br .ti -1c .RI "\fBEMRPOLYGON16\fP (\fBDATASTREAM\fP &ds)" .br .ti -1c .RI "\fB~EMRPOLYGON16\fP ()" .br .ti -1c .RI "bool \fBserialize\fP (\fBDATASTREAM\fP ds)" .br .ti -1c .RI "int \fBsize\fP (void) const" .br .ti -1c .RI "void \fBexecute\fP (\fBMETAFILEDEVICECONTEXT\fP *source, HDC dc) const" .br .in -1c .SH "Detailed Description" .PP EMF Filled Polygon16\&. Draw a filled polygon (with 16-bit points)\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::EMRPOLYGON16::EMRPOLYGON16 (const RECTL * bounds, const POINT * points, INT16 n)\fC [inline]\fP" .PP \fBParameters\fP .RS 4 \fIbounds\fP overall bounding box of polygon\&. .br \fIpoints\fP array of polygon vertices\&. .br \fIn\fP number of vertices in points\&. .RE .PP .PP Referenced by EMRPOLYGON16()\&. .SS "EMF::EMRPOLYGON16::EMRPOLYGON16 (const RECTL * bounds, const POINT16 * points, INT16 n)\fC [inline]\fP" Additional constructor which takes a POINT16 array\&. .PP \fBParameters\fP .RS 4 \fIbounds\fP overall bounding box of polygon\&. .br \fIpoints\fP array of polygon vertices\&. .br \fIn\fP number of vertices in points\&. .RE .PP .PP References EMRPOLYGON16()\&. .SS "EMF::EMRPOLYGON16::EMRPOLYGON16 (\fBDATASTREAM\fP & ds)\fC [inline]\fP" Construct a Polygon record from the input stream\&. .PP \fBParameters\fP .RS 4 \fIds\fP Metafile datastream\&. .RE .PP .SS "EMF::EMRPOLYGON16::~EMRPOLYGON16 ()\fC [inline]\fP" Destructor frees a copy of the points it buffered\&. .SH "Member Function Documentation" .PP .SS "void EMF::EMRPOLYGON16::execute (\fBMETAFILEDEVICECONTEXT\fP * source, HDC dc) const\fC [inline]\fP, \fC [virtual]\fP" Execute this record in the context of the given device context\&. .PP \fBParameters\fP .RS 4 \fIsource\fP the device context from which this record is taken\&. .br \fIdc\fP device context for execute\&. .RE .PP .PP Implements \fBEMF::METARECORD\fP\&. .SS "bool EMF::EMRPOLYGON16::serialize (\fBDATASTREAM\fP ds)\fC [inline]\fP, \fC [virtual]\fP" .PP \fBParameters\fP .RS 4 \fIds\fP Metafile datastream\&. .RE .PP .PP Implements \fBEMF::METARECORD\fP\&. .SS "int EMF::EMRPOLYGON16::size (void) const\fC [inline]\fP, \fC [virtual]\fP" Internally computed size of this record\&. .PP Implements \fBEMF::METARECORD\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.