MindFusion.Wpf Pack Programmer's Guide
Point.SaveTo Method
See Also
 





Saves the point to the specified stream.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override void SaveTo (
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Overrides Sub SaveTo( _
    writer As BinaryWriter _
)

 Parameters

writer

A BinaryWriter used to write the point data.

 See Also

Point Members
Point Class
MindFusion.Mapping Namespace