Initializes a new instance of the EllipseShapeItem class with the specified location and size.

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

Syntax

C#
public EllipseShapeItem(
	double x,
	double y,
	double width,
	double height
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double _
)
Visual C++
public:
EllipseShapeItem(
	double x, 
	double y, 
	double width, 
	double height
)

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.
width
Type: System..::.Double
The width of the item.
height
Type: System..::.Double
The height of the item.

See Also