Rectangle

Rectangle constructor

Rectangle の新しいインスタンスを作成します

public Rectangle(float x, float y, float width, float height)
パラメータ タイプ 説明
x Single 長方形の X 位置
y Single 長方形の Y 位置
width Single 長方形の幅
height Single 長方形の高さ

関連項目