'Declaration Function AddAction( _ ByVal action As ActionBase, _ ByVal bounds As RectangleF _ ) As Boolean
bool AddAction( ActionBase action, RectangleF bounds )
Parameters
- action
- The action to add.
- bounds
- The bounds of the area associated with the action.
Return Value
true
if the action was successfully added; otherwise, false
.