Class RasterRect

RasterRect class

ラスター セルのブロック。

public class RasterRect

コンストラクター

名前説明
RasterRect(int, int, int, int)のインスタンスを作成しますRasterRect .

プロパティ

名前説明
Height { get; }高さ(行数)を取得します。
Width { get; }幅 (列数) を取得します。
X { get; }開始列 (x 座標) を取得します。
Y { get; }開始行 (y 座標) を取得します。

メソッド

名前説明
override ToString()現在のオブジェクトを表す文字列を返します。

関連項目