ItemStyleStoreAndSetClipping Method

Sets the clipping of the graphics object to the intersect of the itemstyle bounds and the existing clipping region.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
protected virtual void StoreAndSetClipping(
	Graphics gr,
	Point offset
)

Parameters

gr  Graphics
The graphics object.
offset  Point
The offset of the row, in which the item style is.

See Also