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

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