Interface for write access to 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 IPointSetter |
| Visual Basic |
|---|
Public Interface IPointSetter |
Remarks
This interface provides write access to the coordinates only. Methods that will
only need to write a point's coordinates should use this interface.
IMutablePoint combines the read access interface IPoint with this
interface.