Giriş
Şu satırı dahil ederiz.
İmzası şöyle
Şöyle yaparız.
Şöyle yaparız.
Şu satırı dahil ederiz.
using System.Drawing;
Constructorİmzası şöyle
public Rectangle(
int x,
int y,
int width,
int height
)
Şöyle yaparız.Rectangle r = new Rectangle { X = 10, Y = 10, Width = 10, Height = 10 };
IntersectsWith metoduŞöyle yaparız.
Rectangle r1 = ...;
Rectangle r2 = ...;
bool b = r1.IntersectsWith (r2);
Size AlanıŞöyle yaparız.
r.Size = new Size (20, 20);
Hiç yorum yok:
Yorum Gönder