C# Class LayoutFarm.dbugLayoutMsg

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

Public Properties

Property Type Description
indentLevel int
msg string
msgOwnerKind dbugLayoutMsgOwnerKind
owner object

Public Methods

Method Description
ToString ( ) : string
dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
dbugLayoutMsg ( RenderElementLayer layer, string msg ) : System.Collections.Generic

Method Details

ToString() public method

public ToString ( ) : string
return string

dbugLayoutMsg() public method

public dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
ve RenderElement
msg string
return System.Collections.Generic

dbugLayoutMsg() public method

public dbugLayoutMsg ( RenderElementLayer layer, string msg ) : System.Collections.Generic
layer LayoutFarm.RenderBoxes.RenderElementLayer
msg string
return System.Collections.Generic

Property Details

indentLevel public property

public int indentLevel
return int

msg public property

public string msg
return string

msgOwnerKind public property

public dbugLayoutMsgOwnerKind msgOwnerKind
return dbugLayoutMsgOwnerKind

owner public property

public object owner
return object