ItemStyleLabelDraw Method

Draw method of item.

Definition

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

Parameters

gr  Graphics
Represents the Graphics.
rowItem  RowItem
Represents the data.
anOffset  Point
Specifies the offset on graphics object.
pressed  Boolean
Indicates, whether the ItemStyle is in pressed state by MouseDown event.

See Also