Device.DrawRect

Device.DrawRect method

四角形を描画します。

public virtual void DrawRect(double x, double y, double width, double height)
パラメータタイプ説明
xDouble長方形の左上隅の X 座標。
yDouble長方形の左上隅の Y 座標。
widthDouble長方形の幅。
heightDouble長方形の高さ。

関連項目