Property | Type | Description | |
---|---|---|---|
m_dMouseDownTranslateX | Double | ||
m_dMouseDownTranslateY | Double | ||
m_oMouseDownLocationScreen | Point |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
DraggedTranslation ( Point mouseDownLocation, Point mouseDownLocationScreen, Double mouseDownTranslateX, Double mouseDownTranslateY ) : System |
Initializes a new instance of the
|
|
GetTranslationDistances ( Point currentMouseLocationScreen, Double &newTranslateX, Double &newTranslateY ) : void |
public DraggedTranslation ( Point mouseDownLocation, Point mouseDownLocationScreen, Double mouseDownTranslateX, Double mouseDownTranslateY ) : System | ||
mouseDownLocation | Point | /// Location where the graph was clicked, in client coordinates. /// |
mouseDownLocationScreen | Point | /// Location where the graph was clicked, in screen coordinates. /// |
mouseDownTranslateX | Double | /// x-axis translation when the mouse was clicked. /// |
mouseDownTranslateY | Double | /// y-axis translation when the mouse was clicked. /// |
return | System |
public GetTranslationDistances ( Point currentMouseLocationScreen, Double &newTranslateX, Double &newTranslateY ) : void | ||
currentMouseLocationScreen | Point | |
newTranslateX | Double | |
newTranslateY | Double | |
return | void |