Interface IPoint

IPoint interface

A single location in coordinate space.

public interface IPoint : IEquatable<IPoint>, IGeometry

Properties

NameDescription
M { get; }Gets the m-coordinate.
X { get; }Gets the x-coordinate.
Y { get; }Gets the y-coordinate.
Z { get; }Gets the z-coordinate.

Methods

NameDescription
ToEditable()Gets an editable copy of this geometry.

See Also