Search
Box.SetShape Method
See Also
 



( a feature of FlowChartX Pro edition)

Sets the shape of a box whose style is set to bsLibShape.

 Syntax

VB6  Copy Code

Public Sub SetShape( _
    ByVal libGUID As String, _
    ByVal shape As Long _
)

C++  Copy Code

public:
void SetShape (
    BSTR libGUID,
    int shape
)

 Parameters

libGUID
A unique identifier designating a loaded shape library.
shape
An index of a shape in the shape library.

 Remarks

Sets the shape of a box to one from the specified library. The box Style must be set in advance to bsLibShape. The library must be already loaded by means of the LoadShapeLib method.

 See Also