Size.Subtraction Operator

Subtracts one Size structure from another.

Syntax

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

Parameters

left

Microsoft.MediaCenter.UI.Size.  The first structure.

right

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

Return Value

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