.TH "EMF::BRUSH" 3 "Fri Nov 2 2018" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::BRUSH \- Graphics Brush\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBEMF::GRAPHICSOBJECT\fP, and LOGBRUSH\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBBRUSH\fP (const LOGBRUSH *lbrush)" .br .ti -1c .RI "OBJECTTYPE \fBgetType\fP (void) const" .br .ti -1c .RI "\fBMETARECORD\fP * \fBnewEMR\fP (HDC dc, HGDIOBJ emf_handle)" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Graphics Brush\&. Brushes are used for filling shapes\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::BRUSH::BRUSH (const LOGBRUSH * lbrush)\fC [inline]\fP" .PP \fBParameters:\fP .RS 4 \fIlbrush\fP the (logical?) brush definition\&. .RE .PP .SH "Member Function Documentation" .PP .SS "OBJECTTYPE EMF::BRUSH::getType (void) const\fC [inline]\fP, \fC [virtual]\fP" Return the type of this object (could probably do better with RTTI())\&. .PP Implements \fBEMF::OBJECT\fP\&. .SS "\fBMETARECORD\fP* EMF::BRUSH::newEMR (HDC dc, HGDIOBJ emf_handle)\fC [inline]\fP, \fC [virtual]\fP" Return a new metarecord for this object\&. And record its selection into the given device context\&. .PP \fBParameters:\fP .RS 4 \fIdc\fP handle of device context into which this object is being selected\&. .br \fIemf_handle\fP the EMF handle associated with the \fBBRUSH\fP\&. .RE .PP .PP Implements \fBEMF::GRAPHICSOBJECT\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.