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