RectI 構造体
Int32型の矩形を表す構造体
メンバー
コンストラクタ
RectI(Vector2I, Vector2I)
RectIの新しいインスタンスを生成します。
RectI(Int32, Int32, Int32, Int32)
RectIの新しいインスタンスを生成します。
フィールド
Height
高さ
Width
幅
X
X座標
Y
Y座標
プロパティ
Position
左上の座標を取得します。
Size
サイズを取得します。
メソッド
ToF()
同じ値を持つRectFの新しいインスタンスを生成します。
コンストラクタ
RectI(Vector2I, Vector2I)
RectIの新しいインスタンスを生成します。
public RectI(Vector2I position, Vector2I size)
パラメータ
position | 左上の座標 |
size | サイズ |
RectI(Int32, Int32, Int32, Int32)
RectIの新しいインスタンスを生成します。
public RectI(int x, int y, int width, int height)
パラメータ
x | X座標 |
y | Y座標 |
width | 幅 |
height | 高さ |
フィールド
Height
高さ
public int Height
Width
幅
public int Width
X
X座標
public int X
Y
Y座標
public int Y
プロパティ
Position
左上の座標を取得します。
public Vector2I Position { get; }
Size
サイズを取得します。
public Vector2I Size { get; }
メソッド
ToF()
同じ値を持つRectFの新しいインスタンスを生成します。
public RectF ToF()
戻り値
同じ値を持つRectFの新しいインスタンス