C# Class NetworkVis.Callouts

Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
calloutText string
r System.Windows.Shapes.Rectangle
rText System.Windows.Controls.Label
type string
xpos double
ypos double

Public Methods

Method Description
Create ( double x, double y, string typ, string text ) : void
Render ( System.Windows.Controls.Canvas _parent ) : void

Private Methods

Method Description
rText_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
rText_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
rText_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

Create() public method

public Create ( double x, double y, string typ, string text ) : void
x double
y double
typ string
text string
return void

Render() public method

public Render ( System.Windows.Controls.Canvas _parent ) : void
_parent System.Windows.Controls.Canvas
return void

Property Details

calloutText public_oe property

public string calloutText
return string

r public_oe property

public Rectangle,System.Windows.Shapes r
return System.Windows.Shapes.Rectangle

rText public_oe property

public Label,System.Windows.Controls rText
return System.Windows.Controls.Label

type public_oe property

public string type
return string

xpos public_oe property

public double xpos
return double

ypos public_oe property

public double ypos
return double