UnloadImage method

void UnloadImage(
  1. ImageC image
)

Implementation

void UnloadImage(ImageC image) {
  return _UnloadImage(image);
}