Delegate ConstructAction.AngleInput.CalculateAngleDelegate
delegate definition for a custom method for the calculation of an angle.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate double CalculateAngleDelegate(GeoPoint MousePosition);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint | MousePosition | current mouse position in model coordinates |
Returns
| Type | Description |
|---|---|
| System.Double | the calculated angle |