SetWindowIcon method

void SetWindowIcon(
  1. ImageD image
)

Implementation

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