C# 클래스 LayoutFarm.UI.GdiPlus.MyTopWindowBridgeGdiPlus

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BindWindowControl ( Control windowControl ) : void
InvalidateRootArea ( Rectangle r ) : void
MyTopWindowBridgeGdiPlus ( RootGraphic root, ITopWindowEventRoot topWinEventRoot ) : System
PaintToOutputWindow ( ) : void
PrintToCanvas ( PixelFarm canvas ) : void

보호된 메소드들

메소드 설명
ChangeCursorStyle ( MouseCursorStyle cursorStyle ) : void

메소드 상세

BindWindowControl() 공개 메소드

public BindWindowControl ( Control windowControl ) : void
windowControl System.Windows.Forms.Control
리턴 void

ChangeCursorStyle() 보호된 메소드

protected ChangeCursorStyle ( MouseCursorStyle cursorStyle ) : void
cursorStyle MouseCursorStyle
리턴 void

InvalidateRootArea() 공개 메소드

public InvalidateRootArea ( Rectangle r ) : void
r PixelFarm.Drawing.Rectangle
리턴 void

MyTopWindowBridgeGdiPlus() 공개 메소드

public MyTopWindowBridgeGdiPlus ( RootGraphic root, ITopWindowEventRoot topWinEventRoot ) : System
root RootGraphic
topWinEventRoot ITopWindowEventRoot
리턴 System

PaintToOutputWindow() 공개 메소드

public PaintToOutputWindow ( ) : void
리턴 void

PrintToCanvas() 공개 메소드

public PrintToCanvas ( PixelFarm canvas ) : void
canvas PixelFarm
리턴 void