ReactOS 0.4.15-dev-8636-g945e856
|
#include <wingdi.h>
Public Attributes | |
EMR | emr |
POINTL | ptlCenter |
DWORD | nRadius |
FLOAT | eStartAngle |
FLOAT | eSweepAngle |
EMR tagEMRANGLEARC::emr |
Definition at line 1708 of file wingdi.h.
Referenced by EMFDC_AngleArc(), and EMFDRV_AngleArc().
FLOAT tagEMRANGLEARC::eStartAngle |
Definition at line 1711 of file wingdi.h.
Referenced by EMFDC_AngleArc(), EMFDRV_AngleArc(), and PlayEnhMetaFileRecord().
FLOAT tagEMRANGLEARC::eSweepAngle |
Definition at line 1712 of file wingdi.h.
Referenced by EMFDC_AngleArc(), EMFDRV_AngleArc(), and PlayEnhMetaFileRecord().
DWORD tagEMRANGLEARC::nRadius |
Definition at line 1710 of file wingdi.h.
Referenced by EMFDC_AngleArc(), EMFDRV_AngleArc(), and PlayEnhMetaFileRecord().
POINTL tagEMRANGLEARC::ptlCenter |
Definition at line 1709 of file wingdi.h.
Referenced by EMFDC_AngleArc(), EMFDRV_AngleArc(), and PlayEnhMetaFileRecord().