Point Constructor

Initializes a new instance of the Point structure.

Syntax

  public Point(
  int  
  x
  ,
  int  y
);

Parameters

x

System.Int32.  Specifies point x.

y

System.Int32.  Specifies point y.

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