Search
BinaryContext.ReadRectangle Method
See Also
 






Reads a Rectangle object from the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Rectangle> ReadRectangle ()

Visual Basic  Copy Code

Public Function ReadRectangle () As Nullable(Of Rectangle)

 Return Value

An instance of the .NET Rectangle structure or null (Nothing in Visual Basic).

 See Also