[Missing <summary> documentation for "T:Rhino.UI.MouseCallback.MouseCallbackFromCPP"]
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public delegate int MouseCallbackFromCPP( IntPtr pRhinoView, int which, int button, int x, int y ) |
| Visual Basic |
|---|
Public Delegate Function MouseCallbackFromCPP ( _ pRhinoView As IntPtr, _ which As Integer, _ button As Integer, _ x As Integer, _ y As Integer _ ) As Integer |
Parameters
- pRhinoView
- Type: System..::..IntPtr
- which
- Type: System..::..Int32
- button
- Type: System..::..Int32
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32