ReactOS 0.4.17-dev-243-g1369312
EmfPlusDrawImagePoints Struct Reference
Collaboration diagram for EmfPlusDrawImagePoints:

Public Attributes

EmfPlusRecordHeader Header
 
DWORD ImageAttributesID
 
DWORD SrcUnit
 
EmfPlusRectF SrcRect
 
DWORD count
 
union {
   EmfPlusPointR7   pointsR [3]
 
   EmfPlusPoint   points [3]
 
   EmfPlusPointF   pointsF [3]
 
PointData
 

Detailed Description

Definition at line 497 of file metafile.c.

Member Data Documentation

◆ count

DWORD EmfPlusDrawImagePoints::count

Definition at line 503 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ Header

EmfPlusRecordHeader EmfPlusDrawImagePoints::Header

Definition at line 499 of file metafile.c.

Referenced by METAFILE_DrawImagePointsRect().

◆ ImageAttributesID

DWORD EmfPlusDrawImagePoints::ImageAttributesID

Definition at line 500 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ 

union { ... } EmfPlusDrawImagePoints::PointData

◆ points

EmfPlusPoint EmfPlusDrawImagePoints::points[3]

Definition at line 507 of file metafile.c.

Referenced by GdipPlayMetafileRecord().

◆ pointsF

EmfPlusPointF EmfPlusDrawImagePoints::pointsF[3]

Definition at line 508 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ pointsR

EmfPlusPointR7 EmfPlusDrawImagePoints::pointsR[3]

Definition at line 506 of file metafile.c.

Referenced by GdipPlayMetafileRecord().

◆ SrcRect

EmfPlusRectF EmfPlusDrawImagePoints::SrcRect

Definition at line 502 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ SrcUnit

DWORD EmfPlusDrawImagePoints::SrcUnit

Definition at line 501 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().


The documentation for this struct was generated from the following file: