Adds a new filled shape as decoration of this shape template.
SyntaxVB6
Copy Code
|
|---|
Public Sub StartFilledDecoration( _ |
C++
Copy Code
|
|---|
public: |
RemarksThe geometry of the decoration shape is defined through subsequent calls to the various AddOutline* methods. Once the decoration is defined, call EndFilledDecoration.
See Also