C# 클래스 LayoutFarm.HtmlBoxes.HitInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
hitObject object
hitObjectKind HitObjectKind
localX int
localY int

공개 메소드들

메소드 설명
HitInfo ( CssBox box, int x, int y ) : System.Collections.Generic
HitInfo ( CssRun run, int x, int y ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
HitInfo ( CssLineBox lineBox, int x, int y ) : System.Collections.Generic

메소드 상세

HitInfo() 공개 메소드

public HitInfo ( CssBox box, int x, int y ) : System.Collections.Generic
box CssBox
x int
y int
리턴 System.Collections.Generic

HitInfo() 공개 메소드

public HitInfo ( CssRun run, int x, int y ) : System.Collections.Generic
run CssRun
x int
y int
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

hitObject 공개적으로 프로퍼티

public object hitObject
리턴 object

hitObjectKind 공개적으로 프로퍼티

public HitObjectKind hitObjectKind
리턴 HitObjectKind

localX 공개적으로 프로퍼티

public int localX
리턴 int

localY 공개적으로 프로퍼티

public int localY
리턴 int