BinaryArchiveWriter.WritePoint Method

BinaryArchiveWriterWritePoint Method

Writes a Point value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WritePoint(
	Point value
)
Public Sub WritePoint ( 
	value As Point
)

Parameters

value
Type: System.DrawingPoint
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also