Rectangle

Rectangle constructor

Menginisialisasi instance baru dariRectangle struct.

public Rectangle(float x, float y, float width, float height)
Parameter Jenis Keterangan
x Single x.
y Single Mereka.
width Single Lebar.
height Single Ketinggian.

Lihat juga