Updates this RectangleShapeItem object with the properties of the specified RectangleShapeItem object.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public override void UpdateFrom(
	Item item
)
Visual Basic
Public Overrides Sub UpdateFrom ( _
	item As Item _
)
Visual C++
public:
virtual void UpdateFrom(
	Item^ item
) override

Parameters

item
Type: Neodynamic.SDK.Printing..::..Item
The RectangleShapeItem object that is used for updating this RectangleShapeItem object.

See Also