BinaryArchiveWriterWritePointF Method |
Writes a
PointF value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WritePointF(
PointF value
)
Public Sub WritePointF (
value As PointF
)
Parameters
- value
- Type: System.DrawingPointF
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also