Partilhar via


Point Constructor

Initializes a new instance of Point.

Syntax

'Declaration
Public Sub New ( _
         x As Integer, _
         y As Integer _
)
public Point (
         int x,
         int y
)
public:
Point(
         int x,
         int y
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Point Structure
Point Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone