C# 클래스 Apricot.Balloon

Interaction logic for Balloon.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: kawatan/Apricot 1 사용 예제들

공개 메소드들

메소드 설명
Back ( ) : void
Balloon ( ) : System
Show ( Message message ) : void

보호된 메소드들

메소드 설명
OnClosing ( System e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateBackGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateBalloonGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateCloseGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateDownGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateHighlightGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateHighlightLineGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreatePlusGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateRoundedRectangleGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateStripeBrush ( System.Windows.Media.Brush brush, Size size ) : System.Windows.Media.DrawingBrush
CreateUpGeometry ( Rect rect ) : System.Windows.Media.Geometry
GetBalloonSize ( Message message ) : Size
GetBalloonSize ( Message message, bool &isScrollable ) : Size
GetInspectorSize ( Entry entry ) : Size
GetMessageSize ( Message message ) : Size
GetNextInterval ( IEnumerable entries, double threshold, int count, bool reverse ) : double
OnIsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnRendering ( object sender, EventArgs e ) : void
OnTick ( object sender, EventArgs e ) : void
UpdateImage ( Uri uri, bool ignoreCache ) : void

메소드 상세

Back() 공개 메소드

public Back ( ) : void
리턴 void

Balloon() 공개 메소드

public Balloon ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( System e ) : void
e System
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
리턴 void

Show() 공개 메소드

public Show ( Message message ) : void
message Message
리턴 void