BinaryArchiveReaderReadPointF Method |
Reads a
PointF from the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public PointF ReadPointF()
Public Function ReadPointF As PointF
Return Value
Type:
PointFThe element that was read.
See Also