.TH "EMF::EMRARC" 3 "Fri Nov 2 2018" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::EMRARC \- EMF Arc\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBEMF::METARECORD\fP, and EMRARC\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBEMRARC\fP (INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend)" .br .ti -1c .RI "\fBEMRARC\fP (\fBDATASTREAM\fP &ds)" .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 Arc\&. Draw an arc\&. Not sure what the specification here means, though\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::EMRARC::EMRARC (INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend)\fC [inline]\fP" Take these descriptions with a grain of salt\&.\&.\&. .PP \fBParameters:\fP .RS 4 \fIleft\fP x position of left edge of arc box\&. .br \fItop\fP y position of top edge of arc box\&. .br \fIright\fP x position of right edge of arc box\&. .br \fIbottom\fP y position bottom edge of arc box\&. .br \fIxstart\fP x position of arc start\&. .br \fIystart\fP y position of arc start\&. .br \fIxend\fP x position of arc end\&. .br \fIyend\fP y position of arc end\&. .RE .PP .SS "EMF::EMRARC::EMRARC (\fBDATASTREAM\fP & ds)\fC [inline]\fP" Construct an Arc record from the input datastream\&. .PP \fBParameters:\fP .RS 4 \fIds\fP Metafile datastream\&. .RE .PP .SH "Member Function Documentation" .PP .SS "void EMF::EMRARC::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::EMRARC::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::EMRARC::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\&.