PointCollectionBoundingRectangle Method |
http://www.emgu.com
Find the bounding rectangle for the specific array of points
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static Rectangle BoundingRectangle(
PointF[] points
)
Public Shared Function BoundingRectangle (
points As PointF()
) As Rectangle
public:
static Rectangle BoundingRectangle(
array<PointF>^ points
)
static member BoundingRectangle :
points : PointF[] -> Rectangle
Parameters
- points
- Type: System.DrawingPointF
The collection of points
Return Value
Type:
RectangleThe bounding rectangle for the array of points
See Also