Returns the bounds for the
item()()()()
using the
style()()()()'s
FallbackStyle.
Namespace: yWorks.yFiles.Graph.WebAssembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)
Syntax
| C# |
|---|
public override IRectangle GetBounds(
IMutableRectangle scratch,
ICanvasContext ctx
) |
| Visual Basic |
|---|
Public Overrides Function GetBounds ( _
scratch As IMutableRectangle, _
ctx As ICanvasContext _
) As IRectangle |
Parameters
- scratch
- Type: IMutableRectangle
- ctx
- Type: ICanvasContext
Return Value
The bounds.
Implements
IBoundsProviderGetBounds(IMutableRectangle, ICanvasContext)
See Also