C# 클래스 LayoutFarm.HtmlBoxes.SelectionSegment

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

공개 프로퍼티들

프로퍼티 타입 설명
FullLine SelectionSegment

공개 메소드들

메소드 설명
Clear ( ) : void
PaintSelection ( PaintVisitor p, CssLineBox line ) : void
SelectionSegment ( int beginAtPixel, int width ) : PixelFarm.Drawing

비공개 메소드들

메소드 설명
SelectionSegment ( ) : PixelFarm.Drawing

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

PaintSelection() 공개 메소드

public PaintSelection ( PaintVisitor p, CssLineBox line ) : void
p PaintVisitor
line CssLineBox
리턴 void

SelectionSegment() 공개 메소드

public SelectionSegment ( int beginAtPixel, int width ) : PixelFarm.Drawing
beginAtPixel int
width int
리턴 PixelFarm.Drawing

프로퍼티 상세

FullLine 공개적으로 정적으로 프로퍼티

public static SelectionSegment,LayoutFarm.HtmlBoxes FullLine
리턴 SelectionSegment