BinaryArchiveReader.ReadRectangleF Method

BinaryArchiveReaderReadRectangleF Method

Reads a RectangleF from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RectangleF ReadRectangleF()
Public Function ReadRectangleF As RectangleF

Return Value

Type: RectangleF
The element that was read.
See Also