Initializes a new instance of the FrameThickness class with the specified length for 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 left,
	double top,
	double right,
	double bottom
)
Visual Basic
Public Sub New ( _
	left As Double, _
	top As Double, _
	right As Double, _
	bottom As Double _
)
Visual C++
public:
FrameThickness(
	double left, 
	double top, 
	double right, 
	double bottom
)

Parameters

left
Type: System..::..Double
The thickness for the left side of the frame.
top
Type: System..::..Double
The thickness for the upper side of the frame.
right
Type: System..::..Double
The thickness for the right side of the frame.
bottom
Type: System..::..Double
The thickness for the lower side of the frame.

See Also