FromLeftTopRightBottom

Rectangle.FromLeftTopRightBottom method

BirRectangle belirtilen kenar konumlarına sahip yapı.

public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int bottom)
ParametreTipTanım
leftInt32Bunun sol üst köşesinin x koordinatıRectangle yapı.
topInt32Bunun sol üst köşesinin y koordinatıRectangle yapı.
rightInt32Bunun sağ alt köşesinin x koordinatıRectangle yapı.
bottomInt32Bunun sağ alt köşesinin y koordinatıRectangle yapı.

Geri dönüş değeri

YeniRectangle bu yöntemin oluşturduğunu.

Ayrıca bakınız