wx.Html.HtmlWordCell Class Reference

Inheritance diagram for wx.Html.HtmlWordCell:

wx.Html.HtmlCell wx.Object

List of all members.

Public Member Functions

override void Draw (DC dc, int x, int y, int view_y1, int view_y2, HtmlRenderingInfo info)
 HtmlWordCell (wxString word, DC dc)
 HtmlWordCell (string word, DC dc)
 HtmlWordCell (IntPtr wxObject)
static IntPtr HtmlWordCell_GetWxClassInfo ()


Constructor & Destructor Documentation

wx.Html.HtmlWordCell.HtmlWordCell ( IntPtr  wxObject  ) 

wx.Html.HtmlWordCell.HtmlWordCell ( string  word,
DC  dc 
)

wx.Html.HtmlWordCell.HtmlWordCell ( wxString  word,
DC  dc 
)


Member Function Documentation

override void wx.Html.HtmlWordCell.Draw ( DC  dc,
int  x,
int  y,
int  view_y1,
int  view_y2,
HtmlRenderingInfo  info 
) [virtual]

Renders the cell.

Parameters:
dc Device context to which the cell is to be drawn
x X-Coordinate of the parent's upper left corner (origin). You must add this to m_PosX when passing coordinates to dc's methods Example: dc.DrawText("hello",x+m_PosX,y+m_PosY)
y X-Coordinate of the parent's upper left corner (origin). You must add this to m_PosY when passing coordinates to dc's methods Example: dc.DrawText("hello",x+m_PosX,y+m_PosY)
view_y1 y-coord of the first line visible in window. This is used to optimize rendering speed
view_y2 y-coord of the last line visible in window. This is used to optimize rendering speed
info is optional information on selections etc. that influence the presentation. You may use null here.

Reimplemented from wx.Html.HtmlCell.

static IntPtr wx.Html.HtmlWordCell.HtmlWordCell_GetWxClassInfo (  ) 

Returns Ptr to the wxWidgets RTTI.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads