EditableItemStyleTextDrawInDesigner 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 DrawInDesigner(
	Graphics gr,
	Point anOffset
)

Parameters

gr  Graphics
Represents the Graphics.
anOffset  Point
Specifies the offset on graphics object.

See Also