C# 클래스 LayoutFarm.HtmlBoxes.CssBoxHitChain

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

Private Properties

프로퍼티 타입 설명
AddHit void
AddHit void
AddHit void
PopContextBox void
PushContextBox void

공개 메소드들

메소드 설명
Clear ( ) : void
CssBoxHitChain ( ) : System.Collections.Generic
GetHitInfo ( int index ) : HitInfo
GetLastHit ( ) : HitInfo
SetRootGlobalPosition ( int globalX, int globalY ) : void

비공개 메소드들

메소드 설명
AddHit ( CssBox box, int x, int y ) : void
AddHit ( CssLineBox lineBox, int x, int y ) : void
AddHit ( CssRun run, int x, int y ) : void
PopContextBox ( CssBox box ) : void
PushContextBox ( CssBox box ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CssBoxHitChain() 공개 메소드

public CssBoxHitChain ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetHitInfo() 공개 메소드

public GetHitInfo ( int index ) : HitInfo
index int
리턴 HitInfo

GetLastHit() 공개 메소드

public GetLastHit ( ) : HitInfo
리턴 HitInfo

SetRootGlobalPosition() 공개 메소드

public SetRootGlobalPosition ( int globalX, int globalY ) : void
globalX int
globalY int
리턴 void