IsImageValid method

bool IsImageValid(
  1. ImageC image
)

Implementation

bool IsImageValid(ImageC image) {
  return _IsImageValid(image);
}