An implementation of an IPoint whose state cannot be changed.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class ImmutablePoint : IPoint, 
	ICloneable
Visual Basic
Public NotInheritable Class ImmutablePoint _
	Implements IPoint, ICloneable

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Geometry..::..ImmutablePoint

See Also