Click or drag to resize

BinaryArchiveWriterWritePointF Method

Writes a PointF value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WritePointF(
	PointF value
)

Parameters

value
Type: System.DrawingPointF
A value to write.
See Also