C# 클래스 NetworkVis.Callouts

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
calloutText string
r System.Windows.Shapes.Rectangle
rText System.Windows.Controls.Label
type string
xpos double
ypos double

공개 메소드들

메소드 설명
Create ( double x, double y, string typ, string text ) : void
Render ( System.Windows.Controls.Canvas _parent ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

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

Render() 공개 메소드

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

프로퍼티 상세

calloutText 공개적으로 프로퍼티

public string calloutText
리턴 string

r 공개적으로 프로퍼티

public Rectangle,System.Windows.Shapes r
리턴 System.Windows.Shapes.Rectangle

rText 공개적으로 프로퍼티

public Label,System.Windows.Controls rText
리턴 System.Windows.Controls.Label

type 공개적으로 프로퍼티

public string type
리턴 string

xpos 공개적으로 프로퍼티

public double xpos
리턴 double

ypos 공개적으로 프로퍼티

public double ypos
리턴 double