Method | Description | |
---|---|---|
Draw ( IPlatformDrawer platform, float scale ) : void | ||
OnDeselected ( ) : void | ||
OnDeselecting ( ) : void | ||
OnDrag ( |
||
OnLayout ( ) : void | ||
OnMouseDoubleClick ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseExit ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnRightClick ( |
||
OnSelected ( ) : void | ||
OnSelecting ( ) : void | ||
Refresh ( IPlatformDrawer platform ) : void | ||
Refresh ( IPlatformDrawer platform, |
Method | Description | |
---|---|---|
DataContextChanged ( ) : void | ||
Drawer ( ) : System.Collections.Generic | ||
Drawer ( GraphItemViewModel viewModelObject ) : System.Collections.Generic |
public Draw ( IPlatformDrawer platform, float scale ) : void | ||
platform | IPlatformDrawer | |
scale | float | |
return | void |
protected Drawer ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected Drawer ( GraphItemViewModel viewModelObject ) : System.Collections.Generic | ||
viewModelObject | GraphItemViewModel | |
return | System.Collections.Generic |
public OnMouseDoubleClick ( |
||
mouseEvent | ||
return | void |
public OnMouseDown ( |
||
mouseEvent | ||
return | void |
public OnRightClick ( |
||
mouseEvent | ||
return | void |
public Refresh ( IPlatformDrawer platform ) : void | ||
platform | IPlatformDrawer | |
return | void |
public Refresh ( IPlatformDrawer platform, |
||
platform | IPlatformDrawer | |
position | ||
hardRefresh | bool | |
return | void |