ArcObjects Library Reference (Display)  

IRotateTracker.OnMouseUp Method

Finish move or resize tracking.

[Visual Basic .NET]
Public Function OnMouseUp ( _
) As Boolean
[C#]
public bool OnMouseUp (
);
[C++]
HRESULT OnMouseUp(
  VARIANT_BOOL* angleChanged
);
[C++]

Parameters

angleChanged [out, retval]   angleChanged is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTracker Interface