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





Reads a Font object.

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

 Syntax

C#  Copy Code

public Font ReadFont (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadFont( _
    reader As BinaryReader _
) As Font

 Parameters

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

 Return Value

Type: Font
The System.Drawing.Font object that has been read.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace