BinaryArchiveWriter.WriteRectangle Method

BinaryArchiveWriterWriteRectangle Method

Writes a Rectangle value to the archive.

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

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also