Npgsql API Documentation
NpgsqlBox Constructor
[This is preliminary documentation and subject to change.]
[Visual Basic]
Public Sub New( _
ByVal
UpperRight
As
NpgsqlPoint
, _
ByVal
LowerLeft
As
NpgsqlPoint
_
)
[C#]
public NpgsqlBox(
NpgsqlPoint
UpperRight
,
NpgsqlPoint
LowerLeft
);
See Also
NpgsqlBox Class
|
NpgsqlTypes Namespace