|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 427 of file metafile.c.
| DWORD EmfPlusDrawImagePoints::count |
Definition at line 433 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| EmfPlusRecordHeader EmfPlusDrawImagePoints::Header |
Definition at line 429 of file metafile.c.
Referenced by METAFILE_DrawImagePointsRect().
| DWORD EmfPlusDrawImagePoints::ImageAttributesID |
Definition at line 430 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 437 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
| EmfPlusPointF EmfPlusDrawImagePoints::pointsF[3] |
Definition at line 438 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| EmfPlusPointR7 EmfPlusDrawImagePoints::pointsR[3] |
Definition at line 436 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
| EmfPlusRectF EmfPlusDrawImagePoints::SrcRect |
Definition at line 432 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().
| DWORD EmfPlusDrawImagePoints::SrcUnit |
Definition at line 431 of file metafile.c.
Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().