This class defines a rectangle and provides utility methods for it.

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 YRectangle : YDimension, IPlaneObject
Visual Basic
Public Class YRectangle _
	Inherits YDimension _
	Implements IPlaneObject

Remarks

This class defines a rectangle and provides utility methods for it.

Inheritance Hierarchy

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

See Also