.NET Framework Class Library

Point Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > Point Structure >

.NET Framework Class Library

Point Constructor

Namespace: Gnostice.Core.Graphics

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub New ( _
 x As Single, _
 y As Single _
)

C#

public Point(
 float x,
 float y
)

Visual C++

public:
Point(
 float x,
 float y
)

Parameters

x

Type: System.Single

y

Type: System.Single

See Also

Point Structure

Point Members

Gnostice.Core.Graphics Namespace