Click or drag to resize

KryptonWorkspaceLoadLayoutFromArray Method

Loads workspace layout information from given array of bytes.

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

Parameters

buffer
Type: SystemByte
Array of source bytes.
See Also