Click or drag to resize

KryptonWorkspaceLoadLayoutFromArray Method

Loads workspace layout information from given array of bytes.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void LoadLayoutFromArray(
	byte[] buffer
)

Parameters

buffer  Byte
Array of source bytes.
See Also