Size Constructor

Initializes a new instance of the Size structure.

Syntax

  public Size(
  int  
  width
  , 
  int  height
);

MCML Inline Syntax

  Size
  ="
  width
  ,
  height
  "

Parameters

width

System.Int32.  The width.

height

System.Int32.  The height.

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