BinaryArchiveWriter.WriteRectangleF Method

BinaryArchiveWriterWriteRectangleF Method

Writes a RectangleF value to the archive.

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

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also