OriginAnyParserGetWindowProperties Method |
Extracts window properties from a window header block.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void GetWindowProperties(
Window window,
byte[] wde_header,
int wde_header_size
)
Parameters
- window Window
- The window instance to populate.
- wde_header Byte
- The raw window header bytes.
- wde_header_size Int32
- The size of wde_header in bytes.
See Also