프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Create ( double x, double y, string typ, string text ) : void | ||
x | double | |
y | double | |
typ | string | |
text | string | |
리턴 | void |
public Render ( System.Windows.Controls.Canvas _parent ) : void | ||
_parent | System.Windows.Controls.Canvas | |
리턴 | void |