|
Custom Platform Support Development Kit
1.3
|
Defines the interface that represents a filled region. More...
#include <IFilledRegion.h>
Public Member Functions | |
| virtual FCM::Result _FCMCALL | GetBoundary (PIPath &pPath)=0 |
| This function gets all the edges that defines the boundary of the filled region. More... | |
| virtual FCM::Result _FCMCALL | GetHoles (PIFCMList &pHoleList)=0 |
| This function gets a list of all the holes contained in the region. More... | |
| virtual FCM::Result _FCMCALL | GetFillStyle (PIFCMUnknown &pFillStyle)=0 |
| This functions gets the filled region style for the group of filled regions. More... | |
Defines the interface that represents a filled region.
|
pure virtual |
This function gets all the edges that defines the boundary of the filled region.
| pPath | (OUT) Outline Region |
|
pure virtual |
This functions gets the filled region style for the group of filled regions.
| pFillStyle | (OUT) Fill style of the filled regions. This can be queried for the following interfaces: ISolidFillStyle, IBitmapFillStyle and IGradientFillStyle. |
|
pure virtual |
This function gets a list of all the holes contained in the region.
| pHoleList | (OUT) Hole list (List of IPath) |