SetWindowIcon method

void SetWindowIcon(
  1. ImageD image
)

Implementation

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