ItemStyleDraw Method

Draws the item style.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual void Draw(
	Graphics gr,
	RowItem rowItem,
	Point offset,
	bool pressed
)

Parameters

gr  Graphics
The graphics object to draw on.
rowItem  RowItem
The row item object to draw.
offset  Point
Offset relative to the graphics object.
pressed  Boolean
Indicates, whether the ItemStyle is in pressed state by MouseDown event.

See Also