Initializes a new instance of the ImageItem class with the specified location.

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 ImageItem(
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
ImageItem(
	double x, 
	double y
)

Parameters

x
Type: System..::..Double
The x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
y
Type: System..::..Double
The y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.

See Also