| FileNodeReadPoint2f Method |
Reads the node element as Point2f
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Point2f ReadPoint2f()
Public Function ReadPoint2f As Point2f
public:
Point2f ReadPoint2f()
member ReadPoint2f : unit -> Point2f
Return Value
Type:
Point2f[Missing <returns> documentation for "M:OpenCvSharp.FileNode.ReadPoint2f"]
See Also