Creates a new Size

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

Syntax

C#
public size(
	int width,
	int height
)

Parameters

width
Type: System..::..Int32
Width
height
Type: System..::..Int32
Height

See Also