ItemStyleRectangle(ItemStyleRectangle) Constructor

Copy constructor.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemStyleRectangle(
	ItemStyleRectangle original
)

Parameters

original  ItemStyleRectangle
Reference to ItemStyleRectangle which will be deeply copied into the newly initialized instance.

See Also