Simple default implementation of IBoundsProvider that returns a constant rectangle instance.

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

Syntax

C#
public class BoundsProvider : IBoundsProvider
Visual Basic
Public Class BoundsProvider _
	Implements IBoundsProvider

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..BoundsProvider

See Also