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





Reads a PointF object.

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

 Syntax

C#  Copy Code

public PointF ReadPointF (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadPointF( _
    reader As BinaryReader _
) As PointF

 Parameters

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

 Return Value

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

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace