Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DOM::FillStyle Namespace Reference

Provides interfaces and definitions for fill styles. More...

Classes

class  IBitmapFillStyle
 Defines an interface that represents a "bitmap" fill style. More...
 
class  IGradientFillStyle
 Defines an interface that represents a "gradient" fill style. More...
 
class  ISolidFillStyle
 Defines an interface that represents a "solid" fill style of a filled region. More...
 

Enumerations

enum  GradientSpread { GRADIENT_SPREAD_EXTEND, GRADIENT_SPREAD_REFLECT, GRADIENT_SPREAD_REPEAT }
 This defines the behavior of a gradient's overflow. More...
 

Variables

FCM::ConstFCMIID ID_IBITMAP_FILL_STYLE
 Defines the universally-unique Interface ID for IBitmapFillStyle. More...
 
FCM::ConstFCMIID IID_IGRADIENT_FILL_STYLE
 Defines the universally-unique interface ID for IGradientFillStyle. More...
 
FCM::ConstFCMIID IID_ISOLID_FILL_STYLE
 Defines the universally-unique interface ID for ISolidFillStyle. More...
 

Detailed Description

Provides interfaces and definitions for fill styles.

Enumeration Type Documentation

This defines the behavior of a gradient's overflow.

Enumerator
GRADIENT_SPREAD_EXTEND 

Extended spread

GRADIENT_SPREAD_REFLECT 

Reflect spread

GRADIENT_SPREAD_REPEAT 

Repeat spread : Gradient is repeated

Variable Documentation

FCM::ConstFCMIID DOM::FillStyle::ID_IBITMAP_FILL_STYLE
Initial value:
=
{0x49c1053b, 0x256e, 0x4031, {0xb3, 0x5e, 0x6b, 0x41, 0xb, 0x21, 0xcb, 0x9}}

Defines the universally-unique Interface ID for IBitmapFillStyle.

Note
Textual Representation: {49C1053B-256E-4031-B35E-6B410B21CB09}
FCM::ConstFCMIID DOM::FillStyle::IID_IGRADIENT_FILL_STYLE
Initial value:
=
{0x82567309, 0x5fad, 0x4948, {0x9b, 0x83, 0xcd, 0x8f, 0x4c, 0xb, 0xf7, 0x7c}}

Defines the universally-unique interface ID for IGradientFillStyle.

Note
Textual Representation: {82567309-5FAD-4948-9B83-CD8F4C0BF77C}
FCM::ConstFCMIID DOM::FillStyle::IID_ISOLID_FILL_STYLE
Initial value:
=
{0x199bf9b9, 0x35b4, 0x4530, {0xba, 0xb2, 0xac, 0x94, 0xfe, 0x42, 0x47, 0x8f}}

Defines the universally-unique interface ID for ISolidFillStyle.

Note
Textual Representation: {199BF9B9-35B4-4530-BAB2-AC94FE42478F}