C# 클래스 GraphicEditor.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: msCube/Gallery

공개 메소드들

메소드 설명
MainWindow ( ) : System
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
GetMonitorInfo ( IntPtr hMonitor, Monitorinfo lpmi ) : bool
InitializeComponent ( ) : void
MainContainer_Loaded ( object sender, RoutedEventArgs e ) : void
MainContainer_Unloaded ( object sender, CancelEventArgs e ) : void
MainWindow_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MonitorFromWindow ( IntPtr handle, int flags ) : IntPtr
System ( int connectionId, object target ) : void
WindowProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
Window_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
WmGetMinMaxInfo ( IntPtr hwnd, IntPtr lParam ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void