Reads a Rectangle object from the underlying stream.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Rectangle> ReadRectangle () |
Visual Basic
Copy Code
|
|---|
Public Function ReadRectangle () As Nullable(Of Rectangle) |
An instance of the .NET Rectangle structure or null (Nothing in Visual Basic).
See Also