|
ReactOS 0.4.17-dev-243-g1369312
|

Public Attributes | |
| EmfPlusRecordHeader | Header |
| DWORD | ImageAttributesID |
| DWORD | SrcUnit |
| EmfPlusRectF | SrcRect |
| DWORD | count |
| union { | |
| EmfPlusPointR7 pointsR [3] | |
| EmfPlusPoint points [3] | |
| EmfPlusPointF pointsF [3] | |
| } | PointData |
Definition at line 497 of file metafile.c.
| DWORD EmfPlusDrawImagePoints::count |
Definition at line 503 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| EmfPlusRecordHeader EmfPlusDrawImagePoints::Header |
Definition at line 499 of file metafile.c.
Referenced by METAFILE_DrawImagePointsRect().
| DWORD EmfPlusDrawImagePoints::ImageAttributesID |
Definition at line 500 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| union { ... } EmfPlusDrawImagePoints::PointData |
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| EmfPlusPoint EmfPlusDrawImagePoints::points[3] |
Definition at line 507 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
| EmfPlusPointF EmfPlusDrawImagePoints::pointsF[3] |
Definition at line 508 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| EmfPlusPointR7 EmfPlusDrawImagePoints::pointsR[3] |
Definition at line 506 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
| EmfPlusRectF EmfPlusDrawImagePoints::SrcRect |
Definition at line 502 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| DWORD EmfPlusDrawImagePoints::SrcUnit |
Definition at line 501 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().