Point.Offset Method

Offsets a Point structure by specified X and Y values.

Syntax

  public static Point Offset(
  Point  
  point
  ,
  int  x,
  int  y
);

Parameters

point

Microsoft.MediaCenter.UI.Point.  The Point structure to offset.

x

System.Int32.  Specifies the X offset.

y

System.Int32.  Specifies the Y offset.

Return Value

Microsoft.MediaCenter.UI.Point.  The resulting Point structure.

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