Click or drag to resize

SplitterMoveRectMenuArgs Constructor

Initialize a new instance of the SplitterMoveRectMenuArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public SplitterMoveRectMenuArgs(
	Rectangle moveRect
)

Parameters

moveRect
Type: System.DrawingRectangle
Initial movement rectangle that limits separator movements.
See Also