SetWindowIcon method
Implementation
void SetWindowIcon(
ImageD image,
) => run(
() => 'SetWindowIcon($image)',
() => rl.Core.SetWindowIcon(_refImage1(image).ref),
);
void SetWindowIcon(
ImageD image,
) => run(
() => 'SetWindowIcon($image)',
() => rl.Core.SetWindowIcon(_refImage1(image).ref),
);