Show / Hide Table of Contents

Delegate ConstructAction.IntInput.CalculateIntDelegate

Delegate definition for the CalculateIntEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate int CalculateIntDelegate(GeoPoint MousePosition);
Parameters
Type Name Description
GeoPoint MousePosition

current mouse position in model coordinates

Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX