MindFusion.Mapping Programmer's Guide

Rect Constructor (BinaryReader)

See Also
 






Initializes a new instance of the Rect class.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Rect (
    BinaryReader reader
)

Visual Basic  Copy Code

Public New ( _
    reader As BinaryReader _
)

 Parameters

reader

A BinaryReader used to read the rectangle coordinates.

 See Also