SplitterGetIconBitmapBytes Method

Returns the raw bytes of the splitter icon image, suitable for cross-platform rendering.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override byte[] GetIconBitmapBytes()

Return Value

Byte
A byte array containing the PNG image data for the splitter icon.

See Also