Click or drag to resize

BuilderWorkareaModeOnGetObjectsToSelectByRectangle Method (Rectangle, ListObject)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool OnGetObjectsToSelectByRectangle(
	Rectangle rectangle,
	ref List<Object> objectsToSelect
)

Parameters

rectangle
Type: NeoAxisRectangle
objectsToSelect
Type: System.Collections.GenericListObject

Return Value

Type: Boolean
See Also