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

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

Syntax

C#
public CircleShapeItem(
	double x,
	double y,
	double diameter
)
Visual Basic
Public Sub New ( 
	x As Double,
	y As Double,
	diameter As Double
)
Visual C++
public:
CircleShapeItem(
	double x, 
	double y, 
	double diameter
)

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

See Also