An implementation of an ISize whose state cannot be changed.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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