SetWindowIcon method

void SetWindowIcon(
  1. ImageC image
)

Implementation

void SetWindowIcon(ImageC image) {
  return _SetWindowIcon(image);
}