Initializes a new instance of the FrameThickness class with a specified uniform length on each side of the frame.

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

Parameters

uniformLength
Type: System..::..Double
The uniform length applied to all four sides of the frame.

See Also