MindFusion.Wpf Pack Programmer's Guide
Point Constructor (Int32, BinaryReader)
See Also
 





Initializes a new instance of the Point class.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Point (
    int id,
    BinaryReader reader
)

Visual Basic  Copy Code

Public New ( _
    id As Integer, _
    reader As BinaryReader _
)

 Parameters

id

The record number of this point in the ESRI map file.

reader

A BinaryReader used to read the point data.

 See Also

Point Constructor Overload List
Point Class
MindFusion.Mapping Namespace