|
Custom Platform Support Development Kit
|
Defines an interface that represents a "dashed" stroke of an edge. More...
#include <IDashedStrokeStyle.h>
Public Member Functions | |
| virtual FCM::Result _FCMCALL | GetThickness (FCM::Double &thickness)=0 |
| This function provides the stroke thickness. More... | |
| virtual FCM::Result _FCMCALL | GetFillStyle (PIFCMUnknown &pFillStyle)=0 |
| This function gets the fill style settings of the stroke. More... | |
| virtual FCM::Result _FCMCALL | GetSolidDashLength (FCM::U_Int32 &solidDashLength)=0 |
| This function gets length of the solid parts of a dashed stroke. More... | |
| virtual FCM::Result _FCMCALL | GetBlankDashLength (FCM::U_Int32 &blankDashLength)=0 |
| This function gets length of the blank part of a dashed stroke. More... | |
Defines an interface that represents a "dashed" stroke of an edge.
|
pure virtual |
This function gets length of the blank part of a dashed stroke.
| blankDashLength | (OUT) Length of the blank part of the dashed stroke. |
|
pure virtual |
This function gets the fill style settings of the stroke.
| pFillStyle | (OUT) Fill style of the stroke (ISolidFillStyle or IGradientFillStyle or IBitmapFillStyle). |
|
pure virtual |
This function gets length of the solid parts of a dashed stroke.
| solidDashLength | (OUT) Length of the solid part of the dashed stroke. |
|
pure virtual |
This function provides the stroke thickness.
| thickness | (OUT) Thickness of the stroke. |
1.8.8