次の方法で共有


ICanvas.FillRectangle(Single, Single, Single, Single) メソッド

定義

塗りつぶされた四角形をキャンバスに描画します。

public:
 void FillRectangle(float x, float y, float width, float height);
public void FillRectangle (float x, float y, float width, float height);
abstract member FillRectangle : single * single * single * single -> unit
Public Sub FillRectangle (x As Single, y As Single, width As Single, height As Single)

パラメーター

x
Single

x開始座標。

y
Single

y開始座標。

width
Single

四角形の幅。

height
Single

四角形の高さ。

適用対象