SetWindowIcon method

void SetWindowIcon(
  1. ImageD image
)

Set icon for window (single image, RGBA 32bit)

Implementation

void SetWindowIcon(
  ImageD image,
) => run(
  () => _debugLabels.SetWindowIcon(image),
  () => _flat.SetWindowIcon(
    image,
  ),
);