Delegate ConstructAction.GeoObjectInput.MouseOverGeoObjectsDelegate
Delegate definition for MouseOverGeoObjectsEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool MouseOverGeoObjectsDelegate(ConstructAction.GeoObjectInput sender, IGeoObject[] TheGeoObjects, bool up);
Parameters
| Type | Name | Description |
|---|---|---|
| ConstructAction.GeoObjectInput | sender | this object |
| IGeoObject[] | TheGeoObjects | GeoObjects under the cursor |
| System.Boolean | up | mous was clicked |
Returns
| Type | Description |
|---|---|
| System.Boolean | true, if you accept (one of the) GeoObjects |