C# 클래스 DevAudio.Library.GlassHelper

Helper class to extend the glass region at the top of a window into the client area
Thanks largely to http://wpftutorial.net/ExtendGlass.html
파일 보기 프로젝트 열기: microcone/microconesdk

공개 메소드들

메소드 설명
ExtendGlass ( Window window, System.Windows.Thickness thikness ) : void

비공개 메소드들

메소드 설명
DwmExtendFrameIntoClientArea ( IntPtr hWnd, MARGINS &pMarInset ) : int
DwmIsCompositionEnabled ( int &en ) : int

메소드 상세

ExtendGlass() 공개 정적인 메소드

public static ExtendGlass ( Window window, System.Windows.Thickness thikness ) : void
window System.Windows.Window
thikness System.Windows.Thickness
리턴 void