C# Class LayoutFarm.HtmlBoxes.HitInfo

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
hitObject object
hitObjectKind HitObjectKind
localX int
localY int

Public Methods

Method 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

Method Description
HitInfo ( CssLineBox lineBox, int x, int y ) : System.Collections.Generic

Method Details

HitInfo() public method

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

HitInfo() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

hitObject public_oe property

public object hitObject
return object

hitObjectKind public_oe property

public HitObjectKind hitObjectKind
return HitObjectKind

localX public_oe property

public int localX
return int

localY public_oe property

public int localY
return int