ReactOS 0.4.15-dev-7953-g1f49173
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 427 of file metafile.c.

Member Data Documentation

◆ count

DWORD EmfPlusDrawImagePoints::count

Definition at line 433 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ Header

EmfPlusRecordHeader EmfPlusDrawImagePoints::Header

Definition at line 429 of file metafile.c.

Referenced by METAFILE_DrawImagePointsRect().

◆ ImageAttributesID

DWORD EmfPlusDrawImagePoints::ImageAttributesID

Definition at line 430 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ 

union { ... } EmfPlusDrawImagePoints::PointData

◆ points

EmfPlusPoint EmfPlusDrawImagePoints::points[3]

Definition at line 437 of file metafile.c.

Referenced by GdipPlayMetafileRecord().

◆ pointsF

EmfPlusPointF EmfPlusDrawImagePoints::pointsF[3]

Definition at line 438 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ pointsR

EmfPlusPointR7 EmfPlusDrawImagePoints::pointsR[3]

Definition at line 436 of file metafile.c.

Referenced by GdipPlayMetafileRecord().

◆ SrcRect

EmfPlusRectF EmfPlusDrawImagePoints::SrcRect

Definition at line 432 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().

◆ SrcUnit

DWORD EmfPlusDrawImagePoints::SrcUnit

Definition at line 431 of file metafile.c.

Referenced by GdipPlayMetafileRecord(), and METAFILE_DrawImagePointsRect().


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