Engine4ToolAdapter.EndManipulation Method
Called once when a user interaction sequence is completed.
Thread safety: This property is not thread-safe.
EndManipulation(System.Boolean aborted, System.Int32 msg, IntPtr wParam, IntPtr lParam)
Called once when a user interaction sequence is completed.Syntax
public virtual void EndManipulation (
System.Boolean aborted,
System.Int32 msg,
IntPtr wParam,
IntPtr lParam
)
Parameters
aborted
Type: System.Boolean
Currently not used.
Currently not used.
msg
Type: System.Int32
The Windows message identifier, e.g. WM_KEYDOWN.
The Windows message identifier, e.g. WM_KEYDOWN.
wParam
Type: IntPtr
The WPARAM property of the Windows message.
The WPARAM property of the Windows message.
lParam
Type: IntPtr
The LPARAM property of the Windows message.
The LPARAM property of the Windows message.
Remarks
Call once by the adapter class, right after the Manipulate method has returned false. After this, the adapter goes back to calling StartManipulation again.
Platforms
Windows