This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the scale rotate tracker.
Name | Description | |
---|---|---|
AddGeometry | Adds a geometry to be scaled. | |
AddPoint | Adds a point and symbol to be rotated. | |
Angle | The angle value. | |
ClearGeometry | Clears all the geometries. | |
Cursor | If the mouse is over the tracker, return an HCURSOR to indicate legal operations based on mouse's relation to selection handles: move resize, etc. Return 0 if mouse isn't over tracker. | |
Deactivate | Deactivate and cancel tracking. | |
Display | The display used by the tracker. | |
OnKeyDown | Special keypress processing while tracking. | |
OnMouseDown | Begin tracking move or resize based on the location of the mouse over the tracker handles. | |
OnMouseMove | In process move or resize tracking. | |
OnMouseUp | Finish move or resize tracking. | |
Origin | The scale origin. | |
Refresh | Invalidate the portion of the screen covered by the tracker. | |
ScaleFactor | The scale factor. |
Classes | Description |
---|---|
ScaleRotateTracker | Tracker for scale and rotate operations. |