This class represents the size of an object.

Namespace: yWorks.yFiles.Algorithms.Geometry
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class YDimension : IComparable
Visual Basic
Public Class YDimension _
	Implements IComparable

Remarks

This class represents the size of an object. An instance of this class implements the immutable design pattern.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Geometry..::..YDimension
    yWorks.yFiles.Algorithms.Geometry..::..YRectangle

See Also