|
CFx SDK Documentation 2026 SP0
|
#include <FxUIPolygonF.h>
Public Member Functions | |
| CFxUIPolygonF () | |
| CFxUIPolygonF (const CFxUIPolygonF &PolygonF) | |
| CFxUIPolygonF (const FxNativePolygonF &PolygonF) | |
| ~CFxUIPolygonF () | |
| CFxUIPolygonF & | operator= (const CFxUIPolygonF &PolygonF) |
| operator const FxNativePolygonF & () const | |
Protected Attributes | |
| CFxUIPolygonFImpl * | m_pImpl = nullptr |
Definition at line 39 of file FxUIPolygonF.h.
| CFxUIPolygonF::CFxUIPolygonF | ( | ) |
Constructor
| CFxUIPolygonF::CFxUIPolygonF | ( | const CFxUIPolygonF & | PolygonF | ) |
Parameterized Constructor
| CFxUIPolygonF::CFxUIPolygonF | ( | const FxNativePolygonF & | PolygonF | ) |
| CFxUIPolygonF::~CFxUIPolygonF | ( | ) |
Destructor
| CFxUIPolygonF::operator const FxNativePolygonF & | ( | ) | const |
| CFxUIPolygonF & CFxUIPolygonF::operator= | ( | const CFxUIPolygonF & | PolygonF | ) |
Assignment operator
|
protected |
Definition at line 59 of file FxUIPolygonF.h.