Click or drag to resize
XPoint Class
Class XPoint.
Inheritance Hierarchy
SystemObject
  Biolomics.SharedClassesXPoint

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XPoint

The XPoint type exposes the following members.

Constructors
  NameDescription
Public methodXPoint(BsonDocument)
Initializes a new instance of the XPoint class.
Public methodXPoint(Double, Double)
Initializes a new instance of the XPoint class.
Top
Properties
  NameDescription
Public propertyX
Gets or sets the x.
Public propertyY
Gets or sets the y.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Saves this instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator =.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberInequality
Implements the operator <>.
Public operatorStatic memberLessThan
Implements the operator <.
Top
See Also