Show / Hide Table of Contents

Delegate ConstructAction.CurveInput.MouseOverCurvesDelegate

Delegate definition for MouseOverCurvesEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool MouseOverCurvesDelegate(ConstructAction.CurveInput sender, ICurve[] TheCurves, bool up);
Parameters
Type Name Description
ConstructAction.CurveInput sender

this object

ICurve[] TheCurves

curves under the cursor

System.Boolean up

mous was clicked

Returns
Type Description
System.Boolean

true, if you accept (on of the) curves

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX