Search
ShapeTemplate.StartFilledDecoration Method
See Also
 



Adds a new filled shape as decoration of this shape template.

 Syntax

VB6  Copy Code

Public Sub StartFilledDecoration( _
    ByVal FillColor As Long _
)

C++  Copy Code

public:
void StartFilledDecoration (
    unsigned int FillColor
)

 Parameters

FillColor
The decoration's fill color.

 Remarks

The geometry of the decoration shape is defined through subsequent calls to the various AddOutline* methods. Once the decoration is defined, call EndFilledDecoration.

 See Also