Returns the combination of two rectangles

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

Syntax

C#
public rect Combine(
	rect region1,
	rect region2
)

Parameters

region1
Type: Skewworks.NETMF..::..rect
Rectangle 1
region2
Type: Skewworks.NETMF..::..rect
Rectangle 2

Return Value

Type: rect
Combined rectangle

See Also