MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext.ReadSizeF Method
See Also
 





Reads a SizeF object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public SizeF ReadSizeF (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadSizeF( _
    reader As BinaryReader _
) As SizeF

 Parameters

reader
Type: BinaryReader
An instance of the System.IO.BinaryReader class to read from.

 Return Value

Type: SizeF
A System.Drawing.SizeF object that has been read.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace