Vector3 Constructor

Initializes a new instance of the Vector3 structure.

Syntax

  public Vector3(
  float  
  x
  ,
  float  y,
  float  z
);

Parameters

x

System.Single.  Specifies the x-coordinate of the vector.

y

System.Single.  Specifies the y-coordinate of the vector.

z

System.Single.  Specifies the z-coordinate of the vector.

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