| RotatedRectPoints Method |
returns 4 vertices of the rectangle
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Point2f[] Points()
Public Function Points As Point2f()
public:
array<Point2f>^ Points()
member Points : unit -> Point2f[]
Return Value
Type:
Point2f[Missing <returns> documentation for "M:OpenCvSharp.RotatedRect.Points"]
See Also