Click or drag to resize

FlowGraphNodeStyle_RectangleIsIntersectsWithRectangle Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool IsIntersectsWithRectangle(
	IFlowGraphEditor window2,
	FlowGraphNode node,
	Rectangle rectInUnits
)

Parameters

window2
Type: NeoAxis.EditorIFlowGraphEditor
node
Type: NeoAxisFlowGraphNode
rectInUnits
Type: NeoAxisRectangle

Return Value

Type: Boolean
See Also