C# 클래스 LayoutFarm.CustomWidgets.CustomRenderBox

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

공개 프로퍼티들

프로퍼티 타입 설명
dbugBreak bool

공개 메소드들

메소드 설명
CustomRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing

보호된 메소드들

메소드 설명
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

메소드 상세

CustomRenderBox() 공개 메소드

public CustomRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
rootgfx RootGraphic
width int
height int
리턴 PixelFarm.Drawing

DrawBoxContent() 보호된 메소드

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
리턴 void

프로퍼티 상세

dbugBreak 공개적으로 프로퍼티

public bool dbugBreak
리턴 bool