SetWindowIcons abstract method

void SetWindowIcons(
  1. List<ImageStructType> images
)

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

Implementation

void SetWindowIcons(
  List<ImageStructType> images,
);