Creates a new thickness

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Thickness(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: System..::..Int32
Left thickness
top
Type: System..::..Int32
Top thickness
right
Type: System..::..Int32
Right thickness
bottom
Type: System..::..Int32
Bottom thickness

See Also