C# 클래스 LayoutFarm.CustomWidgets.CustomTextRun

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

공개 프로퍼티들

프로퍼티 타입 설명
dbugBreak bool

공개 메소드들

메소드 설명
CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
CustomTextRun ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
ResetRootGraphics ( RootGraphic rootgfx ) : void

메소드 상세

CustomDrawToThisCanvas() 공개 메소드

public CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
리턴 void

CustomTextRun() 공개 메소드

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

ResetRootGraphics() 공개 메소드

public ResetRootGraphics ( RootGraphic rootgfx ) : void
rootgfx RootGraphic
리턴 void

프로퍼티 상세

dbugBreak 공개적으로 프로퍼티

public bool dbugBreak
리턴 bool