- @param dc
- Device context to which the cell is to be drawn
-
- @param x,y
- Coordinates of parent's upper left corner (origin). You must
- add this to m_PosX,m_PosY when passing coordinates to dc's methods
- Example : dc - DrawText("hello", x + m_PosX, y + m_PosY)
-
- @param view_y1
- y-coord of the first line visible in window. This is
- used to optimize rendering speed
-
- @param view_y2
- y-coord of the last line visible in window. This is
- used to optimize rendering speed
+ @param dc
+ Device context to which the cell is to be drawn
+ @param x,y
+ Coordinates of parent's upper left corner (origin). You must
+ add this to m_PosX,m_PosY when passing coordinates to dc's methods
+ Example : dc - DrawText("hello", x + m_PosX, y + m_PosY)
+ @param view_y1
+ y-coord of the first line visible in window. This is
+ used to optimize rendering speed
+ @param view_y2
+ y-coord of the last line visible in window. This is
+ used to optimize rendering speed