#include <gdiplusheaders.h>
Definition at line 1395 of file gdiplusheaders.h.
◆ CustomLineCap() [1/4]
Definition at line 22 of file gdipluslinecaps.h.
28{
32 lastStatus = DllExports::GdipCreateCustomLineCap(nativeFillPath, nativeStrokePath, baseCap, baseInset, &
nativeCap);
33}
GpCustomLineCap * nativeCap
friend GpCustomLineCap *& getNat(const CustomLineCap *cap)
◆ ~CustomLineCap()
CustomLineCap::~CustomLineCap |
( |
| ) |
|
|
inline |
◆ CustomLineCap() [2/4]
CustomLineCap::CustomLineCap |
( |
| ) |
|
|
inlineprotected |
◆ CustomLineCap() [3/4]
◆ CustomLineCap() [4/4]
◆ Clone()
Definition at line 41 of file gdipluslinecaps.h.
42{
47
49 if (newLineCap ==
NULL)
50 {
52 }
53
54 return newLineCap;
55}
Status SetStatus(Status status) const
◆ GetBaseCap()
LineCap CustomLineCap::GetBaseCap |
( |
| ) |
|
|
inline |
◆ GetBaseInset()
REAL CustomLineCap::GetBaseInset |
( |
| ) |
|
|
inline |
◆ GetLastStatus()
Status CustomLineCap::GetLastStatus |
( |
| ) |
|
|
inline |
◆ GetStrokeCaps()
◆ GetStrokeJoin()
LineJoin CustomLineCap::GetStrokeJoin |
( |
| ) |
|
|
inline |
◆ GetWidthScale()
REAL CustomLineCap::GetWidthScale |
( |
| ) |
|
|
inline |
◆ operator=()
◆ SetBaseCap()
◆ SetBaseInset()
◆ SetNativeCap()
◆ SetStatus()
Definition at line 1460 of file gdiplusheaders.h.
Referenced by Clone(), GetBaseCap(), GetBaseInset(), AdjustableArrowCap::GetHeight(), AdjustableArrowCap::GetMiddleInset(), GetStrokeCaps(), GetStrokeJoin(), AdjustableArrowCap::GetWidth(), GetWidthScale(), AdjustableArrowCap::IsFilled(), SetBaseCap(), SetBaseInset(), AdjustableArrowCap::SetFillState(), AdjustableArrowCap::SetHeight(), AdjustableArrowCap::SetMiddleInset(), SetStrokeCaps(), SetStrokeJoin(), AdjustableArrowCap::SetWidth(), and SetWidthScale().
◆ SetStrokeCap()
Definition at line 118 of file gdipluslinecaps.h.
119{
121}
Status SetStrokeCaps(LineCap startCap, LineCap endCap)
◆ SetStrokeCaps()
◆ SetStrokeJoin()
◆ SetWidthScale()
◆ getNat
◆ lastStatus
Status CustomLineCap::lastStatus |
|
mutableprotected |
◆ nativeCap
Definition at line 1442 of file gdiplusheaders.h.
Referenced by Clone(), CustomLineCap(), GetBaseCap(), GetBaseInset(), AdjustableArrowCap::GetNativeAdjustableArrowCap(), GetStrokeCaps(), GetStrokeJoin(), GetWidthScale(), SetBaseCap(), SetBaseInset(), SetNativeCap(), SetStrokeCaps(), SetStrokeJoin(), SetWidthScale(), and ~CustomLineCap().
The documentation for this class was generated from the following files: