Structure to define gradient information for creating gradient brushes. More...
#include <SRender-i.h>
Public Attributes | ||
GradientType | type | |
union { | ||
float angle | ||
struct { | ||
float radius | ||
float centerX | ||
float centerY | ||
} radial | ||
struct { | ||
BOOL bFullArc | ||
float centerX | ||
float centerY | ||
} sweep | ||
}; | ||
Structure to define gradient information for creating gradient brushes.
Definition at line 1410 of file SRender-i.h.
float _GradientInfo::angle |
Definition at line 1414 of file SRender-i.h.
BOOL _GradientInfo::bFullArc |
Definition at line 1423 of file SRender-i.h.
float _GradientInfo::centerX |
Definition at line 1418 of file SRender-i.h.
float _GradientInfo::centerY |
Definition at line 1419 of file SRender-i.h.
float _GradientInfo::radius |
Definition at line 1417 of file SRender-i.h.
GradientType _GradientInfo::type |
Definition at line 1412 of file SRender-i.h.