An implementation of an IRectangle whose state cannot be changed.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Geometry..::..ImmutableRectangle

See Also