C# Class NoiseTool.LinkLine

Show file Open project: MadoxLabs/NoiseTool Class Usage Examples

Protected Properties

Property Type Description
mCanvas System.Windows.Controls.Canvas
mEnd Link
mEndType LinkType
mLine Line
mStart Link

Public Methods

Method Description
EndLink ( LinkType type, Link e ) : void
Erase ( ) : void
LinkLine ( System.Windows.Controls.Canvas c, LinkType type, Link s ) : System
Update ( ) : void
Update ( Point p ) : void

Method Details

EndLink() public method

public EndLink ( LinkType type, Link e ) : void
type LinkType
e Link
return void

Erase() public method

public Erase ( ) : void
return void

LinkLine() public method

public LinkLine ( System.Windows.Controls.Canvas c, LinkType type, Link s ) : System
c System.Windows.Controls.Canvas
type LinkType
s Link
return System

Update() public method

public Update ( ) : void
return void

Update() public method

public Update ( Point p ) : void
p Point
return void

Property Details

mCanvas protected property

protected Canvas,System.Windows.Controls mCanvas
return System.Windows.Controls.Canvas

mEnd protected property

protected Link,NoiseTool mEnd
return Link

mEndType protected property

protected LinkType mEndType
return LinkType

mLine protected property

protected Line mLine
return Line

mStart protected property

protected Link,NoiseTool mStart
return Link