C# 클래스 Windows.UI.Xaml.Hosting.XamlUIPresenter

상속: IXamlUIPresenter
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity

공개 메소드들

메소드 설명
NotifyWindowSizeChanged ( ) : void
Present ( ) : void
Render ( ) : void
SetHost ( [ host ) : void
SetSize ( [ width, [ height ) : void

메소드 상세

NotifyWindowSizeChanged() 공개 정적인 메소드

public static NotifyWindowSizeChanged ( ) : void
리턴 void

Present() 공개 메소드

public Present ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

SetHost() 공개 정적인 메소드

public static SetHost ( [ host ) : void
host [
리턴 void

SetSize() 공개 메소드

public SetSize ( [ width, [ height ) : void
width [
height [
리턴 void