PointCollectionBoundingRectangle Method |
http://www.emgu.com
Find the bounding rectangle for the specific array of points
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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