C# Class GrafitiDemo.DemoObjectLink

Mostrar archivo Open project: nuigroup/grafiti

Public Methods

Method Description
DemoObjectLink ( Viewer viewer, DemoObject from, DemoObject to, int nFingers ) : System
Draw ( ) : void
Update ( ) : void

Method Details

DemoObjectLink() public method

public DemoObjectLink ( Viewer viewer, DemoObject from, DemoObject to, int nFingers ) : System
viewer Viewer
from DemoObject
to DemoObject
nFingers int
return System

Draw() public method

public Draw ( ) : void
return void

Update() public method

public Update ( ) : void
return void