Interface for a point in 2D coordinate space with double precision coordinates.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IPoint |
| Visual Basic |
|---|
Public Interface IPoint |
Remarks
This interface provides read access to the coordinates only, however this does not
mean that an instance that implements IPoint will always return the same values
for the coordinate properties. Often times the instance provides a dynamic read access
to the current state of a point. It depends on the context whether it is allowed to or
even necessary to copy the state of the properties or whether the reference
to the instance should always be used to query the values.