Npgsql API Documentation

NpgsqlPoint Constructor 

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Sub New( _
   ByVal X As Single, _
   ByVal Y As Single _
)
[C#]
public NpgsqlPoint(
   float X,
   float Y
);

See Also

NpgsqlPoint Class | NpgsqlTypes Namespace