An implementation of an ISize 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 ImmutableSize : ISize
Visual Basic
Public NotInheritable Class ImmutableSize _
	Implements ISize

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Geometry..::..ImmutableSize

See Also