Point.Addition Operator

Combines two Point structures.

Syntax

  public static Point operator+(
  Point  
  left
  ,
  Point  right
);

Parameters

left

Microsoft.MediaCenter.UI.Point.  The first structure.

right

Microsoft.MediaCenter.UI.Point.  The second structure.

Return Value

Microsoft.MediaCenter.UI.Point.  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