IPosition2d Interface

This interface is for objects that have a 2d position, for example a point. Used in positional algorithms such as KDTree2d etc.
Public Interface IPosition2d
This language is not supported or no code example is available.
public interface IPosition2d
This language is not supported or no code example is available.
public interface class IPosition2d
This language is not supported or no code example is available.
public interface IPosition2d
This language is not supported or no code example is available.
Name Description
Public property X Gets the x position of the object.
Public property Y Gets the y position of the object.
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition