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