Initializes a new instance of the RectangleCornerRadius class with a specified uniform radius value for every corner of the rectangle.

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 RectangleCornerRadius(
	double uniformRadius
)
Visual Basic
Public Sub New ( _
	uniformRadius As Double _
)
Visual C++
public:
RectangleCornerRadius(
	double uniformRadius
)

Parameters

uniformRadius
Type: System..::..Double
The radius value applied to every corner of the rectangle.

See Also