C# 클래스 LayoutFarm.UI.UISurfaceViewportControl

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AddContent ( RenderElement vi ) : void
AddContent ( RenderElement vi, object owner ) : void
Close ( ) : void
CreateNewOne ( int w, int h ) : UISurfaceViewportControl

create new UIViewport based on this control's current platform

InitRootGraphics ( RootGraphic rootgfx, ITopWindowEventRoot topWinEventRoot, InnerViewportKind innerViewportKind ) : void
PaintMe ( ) : void
PaintMeFullMode ( ) : void
PrintMe ( PixelFarm targetCanvas ) : void
TopDownRecalculateContent ( ) : void
UISurfaceViewportControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

AddContent() 공개 메소드

public AddContent ( RenderElement vi ) : void
vi RenderElement
리턴 void

AddContent() 공개 메소드

public AddContent ( RenderElement vi, object owner ) : void
vi RenderElement
owner object
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateNewOne() 공개 메소드

create new UIViewport based on this control's current platform
public CreateNewOne ( int w, int h ) : UISurfaceViewportControl
w int
h int
리턴 UISurfaceViewportControl

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InitRootGraphics() 공개 메소드

public InitRootGraphics ( RootGraphic rootgfx, ITopWindowEventRoot topWinEventRoot, InnerViewportKind innerViewportKind ) : void
rootgfx RootGraphic
topWinEventRoot ITopWindowEventRoot
innerViewportKind InnerViewportKind
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

PaintMe() 공개 메소드

public PaintMe ( ) : void
리턴 void

PaintMeFullMode() 공개 메소드

public PaintMeFullMode ( ) : void
리턴 void

PrintMe() 공개 메소드

public PrintMe ( PixelFarm targetCanvas ) : void
targetCanvas PixelFarm
리턴 void

TopDownRecalculateContent() 공개 메소드

public TopDownRecalculateContent ( ) : void
리턴 void

UISurfaceViewportControl() 공개 메소드

public UISurfaceViewportControl ( ) : System
리턴 System