#include <gdiplusbrush.h>
Definition at line 103 of file gdiplusbrush.h.
◆ HatchBrush() [1/2]
Definition at line 108 of file gdiplusbrush.h.
void SetNativeBrush(GpBrush *brush)
GpStatus WINGDIPAPI GdipCreateHatchBrush(GpHatchStyle hatchstyle, ARGB forecol, ARGB backcol, GpHatch **brush)
◆ HatchBrush() [2/2]
HatchBrush::HatchBrush |
( |
| ) |
|
|
inlineprotected |
◆ GetBackgroundColor()
Status HatchBrush::GetBackgroundColor |
( |
Color * |
color | ) |
const |
|
inline |
Definition at line 116 of file gdiplusbrush.h.
125 color->SetValue(argb);
GpHatch * GetNativeHatch() const
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(GpHatch *brush, ARGB *backcol)
◆ GetForegroundColor()
Status HatchBrush::GetForegroundColor |
( |
Color * |
color | ) |
const |
|
inline |
Definition at line 130 of file gdiplusbrush.h.
139 color->SetValue(argb);
GpHatch * GetNativeHatch() const
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetHatchForegroundColor(GpHatch *brush, ARGB *forecol)
◆ GetHatchStyle()
Definition at line 144 of file gdiplusbrush.h.
GpHatch * GetNativeHatch() const
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetHatchStyle(GpHatch *brush, GpHatchStyle *hatchstyle)
◆ GetNativeHatch()
GpHatch* HatchBrush::GetNativeHatch |
( |
| ) |
const |
|
inlineprotected |
◆ Pen
The documentation for this class was generated from the following file: