Contains

Checks if the point is inside the CRect class area.

bool  Contains(
   const int  x,     // X koordinatı
   const int  y      // Y koordinatı
   )

Parametreler

x

[in]  X koordinatı.

y

[in]  Y koordinatı.

Dönüş değeri

Nokta, alanın içindeyse 'true', aksi durumda 'false'..