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