logoPixelZulaessig function

bool logoPixelZulaessig(
  1. int breite,
  2. int hoehe
)

true, wenn logoRaster das Bild noch anfassen darf.

Implementation

bool logoPixelZulaessig(int breite, int hoehe) => breite > 0 && hoehe > 0 && breite <= logoPixelMax && hoehe <= logoPixelMax;