Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public override IBoundsProvider GetBoundsProvider(
	IEdge edge,
	bool atSource,
	IPoint anchor,
	IPoint direction
)
Visual Basic
Public Overrides Function GetBoundsProvider ( _
	edge As IEdge, _
	atSource As Boolean, _
	anchor As IPoint, _
	direction As IPoint _
) As IBoundsProvider

Parameters

edge
Type: IEdge
atSource
Type: System..::..Boolean
anchor
Type: IPoint
direction
Type: IPoint

Return Value

nullNothingnullptra null reference (Nothing in Visual Basic)

Implements

IArrowGetBoundsProvider(IEdge, Boolean, IPoint, IPoint)

See Also