SetWindowIcon method
Set icon for window (single image, RGBA 32bit)
Implementation
void SetWindowIcon(
ImageD image,
) => run(
() => _debugLabels.SetWindowIcon(image),
() => _flat.SetWindowIcon(
image,
),
);
Set icon for window (single image, RGBA 32bit)
void SetWindowIcon(
ImageD image,
) => run(
() => _debugLabels.SetWindowIcon(image),
() => _flat.SetWindowIcon(
image,
),
);