Rectangle.Add Method
Combines two Rectangle structures.
Syntax
public static Rectangle Add(
Rectangle
left
,
Rectangle right
);
Parameters
left
Microsoft.MediaCenter.UI.Rectangle. The first structure.
right
Microsoft.MediaCenter.UI.Rectangle. The second structure.
Return Value
Microsoft.MediaCenter.UI.Rectangle. The result of the addition.
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also