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
See Also
|