C# 클래스 LayoutFarm.HtmlBoxes.BoxHitUtils

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

공개 메소드들

메소드 설명
HitTest ( CssBox box, float x, float y, CssBoxHitChain hitChain ) : bool

비공개 메소드들

메소드 설명
GetCssRunOnLocation ( CssLineBox lineBox, int x, int y ) : CssRun
GetDeepDownLineBoxIter ( CssBox box ) : IEnumerable
GetNearestLine ( CssBox a, Point point, bool &found ) : CssLineBox
GetNextSibling ( CssBox a ) : CssBox
SearchUpForContainingBlockBox ( CssBox startBox ) : CssBox

Gets the containing block-box of this box. (The nearest parent box with display=block)

메소드 상세

HitTest() 공개 정적인 메소드

public static HitTest ( CssBox box, float x, float y, CssBoxHitChain hitChain ) : bool
box CssBox
x float
y float
hitChain CssBoxHitChain
리턴 bool