C# Class LayoutFarm.HtmlBoxes.HitInfo

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
hitObject object
hitObjectKind HitObjectKind
localX int
localY int

Méthodes publiques

Méthode Description
HitInfo ( CssBox box, int x, int y ) : System.Collections.Generic
HitInfo ( CssRun run, int x, int y ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
HitInfo ( CssLineBox lineBox, int x, int y ) : System.Collections.Generic

Method Details

HitInfo() public méthode

public HitInfo ( CssBox box, int x, int y ) : System.Collections.Generic
box CssBox
x int
y int
Résultat System.Collections.Generic

HitInfo() public méthode

public HitInfo ( CssRun run, int x, int y ) : System.Collections.Generic
run CssRun
x int
y int
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

hitObject public_oe property

public object hitObject
Résultat object

hitObjectKind public_oe property

public HitObjectKind hitObjectKind
Résultat HitObjectKind

localX public_oe property

public int localX
Résultat int

localY public_oe property

public int localY
Résultat int