Click or drag to resize

SceneEditorWorkareaModeClassSceneGetObjectsToSelectByRectangleDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void GetObjectsToSelectByRectangleDelegate(
	DocumentWindowWithViewportWorkareaModeClass sender,
	Rectangle rectangle,
	ref bool handled,
	ref List<Object> objectsToSelect
)

Parameters

sender
Type: NeoAxis.EditorDocumentWindowWithViewportWorkareaModeClass
rectangle
Type: NeoAxisRectangle
handled
Type: SystemBoolean
objectsToSelect
Type: System.Collections.GenericListObject
See Also