AnnoUISetShapeType

 

Usage

Boolean AnnoUISetShapeType(Shape As BIANNOLib.ShapeType)

Description

Sets up the new the background transparency mode selection for the user interface handler. It is applied to every new aotShape (=25) object and the selected objects of this type, if there are any. The type of the shape can be one of the values from the ShapeType enum: shArrowRight (=0), shArrowLeft (=1), shArrowUp (=2), shArrowDown (=3) or shStar5 (=4).

Parameters

Shape

BIANNOLib.ShapeType

The new shape type.

Return value

True if a repaint is necessary, false otherwise.

Programming Notes

None