Click or drag to resize

DropSolidWindow Constructor

Initialize a new instance of the DropSolidWindow class.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DropSolidWindow(
	IPaletteDragDrop paletteDragDrop,
	IRenderer renderer
)

Parameters

paletteDragDrop
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDragDrop
Drawing palette.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Drawing renderer.
See Also