Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DOM::Service::Shape::IFilledRegion Class Referenceabstract

Defines the interface that represents a filled region. More...

#include <IFilledRegion.h>

Inheritance diagram for DOM::Service::Shape::IFilledRegion:

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...
 

Detailed Description

Defines the interface that represents a filled region.

Member Function Documentation

virtual FCM::Result _FCMCALL DOM::Service::Shape::IFilledRegion::GetBoundary ( PIPath &  pPath)
pure virtual

This function gets all the edges that defines the boundary of the filled region.

Parameters
pPath(OUT) Outline Region
Returns
On success, FCM_SUCCESS is returned, else an error code is returned.
virtual FCM::Result _FCMCALL DOM::Service::Shape::IFilledRegion::GetFillStyle ( PIFCMUnknown &  pFillStyle)
pure virtual

This functions gets the filled region style for the group of filled regions.

Parameters
pFillStyle(OUT) Fill style of the filled regions. This can be queried for the following interfaces: ISolidFillStyle, IBitmapFillStyle and IGradientFillStyle.
Returns
On success, FCM_SUCCESS is returned, else an error code is returned.
See also
DOM::FillStyle::ISolidFillStyle
DOM::FillStyle::IBitmapFillStyle
DOM::FillStyle::IGradientFillStyle
virtual FCM::Result _FCMCALL DOM::Service::Shape::IFilledRegion::GetHoles ( PIFCMList &  pHoleList)
pure virtual

This function gets a list of all the holes contained in the region.

Parameters
pHoleList(OUT) Hole list (List of IPath)
Returns
On success, FCM_SUCCESS is returned, else an error code is returned.
See also
DOM::Service::Shape::IPath

The documentation for this class was generated from the following file: