Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Rect2d FromLTRB(
double left,
double top,
double right,
double bottom
)
Public Shared Function FromLTRB (
left As Double,
top As Double,
right As Double,
bottom As Double
) As Rect2d
public:
static Rect2d FromLTRB(
double left,
double top,
double right,
double bottom
)
static member FromLTRB :
left : float *
top : float *
right : float *
bottom : float -> Rect2d
OpenCvSharp.Rect2d.FromLTRB = function(left, top, right, bottom);
Parameters
- left
- Type: SystemDouble
- top
- Type: SystemDouble
- right
- Type: SystemDouble
- bottom
- Type: SystemDouble
Return Value
Type:
Rect2d
See Also