C# Class LayoutFarm.RenderBoxes.HitInfo

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Empty HitInfo
hitElement RenderElement
point PixelFarm.Drawing.Point

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
HitInfo ( RenderElement hitObject, Point point ) : System.Collections.Generic
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HitInfo() public method

public HitInfo ( RenderElement hitObject, Point point ) : System.Collections.Generic
hitObject RenderElement
point PixelFarm.Drawing.Point
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public static property

public static HitInfo,LayoutFarm.RenderBoxes Empty
return HitInfo

hitElement public property

public RenderElement hitElement
return RenderElement

point public property

public Point,PixelFarm.Drawing point
return PixelFarm.Drawing.Point