Rectangle.Subtraction Operator

Subtracts one Rectangle structure from another.

Syntax

  public static Rectangle operator-(
  Rectangle  
  left
  ,
  Rectangle  right
);

Parameters

left

Microsoft.MediaCenter.UI.Rectangle.  The first structure.

right

Microsoft.MediaCenter.UI.Rectangle.  The structure to subtract.

Return Value

Microsoft.MediaCenter.UI.Rectangle.  The result of the subtraction.

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