26 #ifndef ISTIPPLE_STROKE_STYLE_H_
27 #define ISTIPPLE_STROKE_STYLE_H_
29 #include "FCMPreConfig.h"
111 namespace StrokeStyle
120 {0x87262f76, 0x18, 0x4b42, {0x83, 0xe5, 0x10, 0xbd, 0x1e, 0x66, 0xce, 0xe2}};
129 namespace StrokeStyle
207 #include "FCMPostConfig.h"
209 #endif // ISTIPPLE_STROKE_STYLE_H_
Defines an interface that represents a "stipple" stroke style of an edge.
Definition: IStippleStrokeStyle.h:136
Definition: IStippleStrokeStyle.h:95
Definition: IStippleStrokeStyle.h:101
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Definition: IStippleStrokeStyle.h:56
Definition: IStippleStrokeStyle.h:74
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
Definition: IStippleStrokeStyle.h:92
Definition: IStippleStrokeStyle.h:98
This file contains core definitions of the framework Flash Component Model (FCM). ...
Definition: IStippleStrokeStyle.h:59
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Definition: IStippleStrokeStyle.h:50
Definition: IStippleStrokeStyle.h:80
StippleVariation
Specifies the variation of the dot in a stippled stroke.
Definition: IStippleStrokeStyle.h:68
Definition: IStippleStrokeStyle.h:77
Definition: IStippleStrokeStyle.h:53
StippleDensity
Specifies the density of the dots in a stippled stroke.
Definition: IStippleStrokeStyle.h:89
FCM::ConstFCMIID IID_ISTIPPLE_STROKE_STYLE
Defines the universally-unique interface ID for IStippleStroke.
Definition: IStippleStrokeStyle.h:119
Definition: IStippleStrokeStyle.h:71
StippleDotSize
Specifies the size of the dot in a stippled stroke.
Definition: IStippleStrokeStyle.h:47
double Double
Type to define a IEEE double-precision floating point number.
Definition: FCMTypes.h:118
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165