SetWindowIcons method

void SetWindowIcons(
  1. Pointer<ImageC> images,
  2. int count
)

Set icon for window (multiple images, RGBA 32bit)

Implementation

void SetWindowIcons(Pointer<ImageC> images, int count)
  => _SetWindowIcons(images, count);