MindFusion.Mapping Programmer's Guide

Rect.SaveTo Method

See Also
 






Saves the rectangle to the specified stream.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void SaveTo (
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    writer As BinaryWriter _
)

 Parameters

writer

A BinaryWriter used to write the rectangle coordinates.

 See Also