#include <GDIplusPolygonWrapper.h>
Inheritance diagram for GDIplusPolygonWrapper:
Public Member Functions | |
GDIplusPolygonWrapper (GraphicsPath *aPath) | |
Constructor. | |
virtual | ~GDIplusPolygonWrapper () |
Virtual destructor. | |
GraphicsPath * | getPath () |
Getter for the native implementation. | |
Static Public Member Functions | |
static GDIplusPolygonWrapper * | create (const PolygonData *aData) |
Static method for creating a polygon from the data. | |
Protected Attributes | |
GraphicsPath * | mPath |
|
Constructor.
|
|
Virtual destructor.
|
|
Static method for creating a polygon from the data.
|
|
Getter for the native implementation.
|
|
|