ItemStyleRestoreClipping Method

Restores the clipping of the graphics object, what was before calling the StoreAndSetClipping method.

Definition

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

Parameters

gr  Graphics
The grpahics object.

See Also