C# 클래스 WpfHint2.HintRoot

상속: IDisposable
파일 보기 프로젝트 열기: JetBrains/Nitra 1 사용 예제들

공개 메소드들

메소드 설명
Create ( FrameworkElement fe ) : HintRoot
Create ( Rect rect, HintSource source ) : HintRoot
Dispose ( ) : void

보호된 메소드들

메소드 설명
RaiseEvent ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( FrameworkElement fe ) : HintRoot
fe System.Windows.FrameworkElement
리턴 HintRoot

Create() 공개 정적인 메소드

public static Create ( Rect rect, HintSource source ) : HintRoot
rect System.Windows.Rect
source HintSource
리턴 HintRoot

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RaiseEvent() 보호된 메소드

protected RaiseEvent ( ) : void
리턴 void