C# 클래스 LayoutFarm.Text.CaretRenderElement

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

공개 메소드들

메소드 설명
CaretRenderElement ( RootGraphic g, int w, int h ) : PixelFarm.Drawing
CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
ResetRootGraphics ( RootGraphic rootgfx ) : void

비공개 메소드들

메소드 설명
DrawCaret ( Canvas canvas, int x, int y ) : void

메소드 상세

CaretRenderElement() 공개 메소드

public CaretRenderElement ( RootGraphic g, int w, int h ) : PixelFarm.Drawing
g RootGraphic
w int
h int
리턴 PixelFarm.Drawing

CustomDrawToThisCanvas() 공개 메소드

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

ResetRootGraphics() 공개 메소드

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