Class Point
Represents a single three-dimensional point in a particular coordinate reference system.
public sealed class Point : IEquatable<Point>
- Inheritance
-
Point
- Implements
- Inherited Members
- Extension Methods
Constructors
- Point(int, double, double)
Initializes a new instance of Point structure with two dimensions
- Point(int, double, double, double)
Initializes a new instance of Point structure with three dimensions
Properties
- SrId
Gets the coordinate reference system identifier.
- X
Gets X coordinate of the point.
- Y
Gets Y coordinate of the point.
- Z
Gets Z coordinate of the point.
Methods
- Equals(Point)
Returns a value indicating whether the value of this instance is equal to the value of the specified Point instance.
- Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
- GetHashCode()
Returns the hash code for this instance.
- ToString()
Converts the value of the current Point object to its equivalent string representation.