次の方法で共有


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

定義

キャンバス上の 2 つの点の間に線を描画します。

public:
 void DrawLine(float x1, float y1, float x2, float y2);
public void DrawLine (float x1, float y1, float x2, float y2);
abstract member DrawLine : single * single * single * single -> unit
Public Sub DrawLine (x1 As Single, y1 As Single, x2 As Single, y2 As Single)

パラメーター

x1
Single

x開始座標。

y1
Single

y開始座標。

x2
Single

終了 x 座標。

y2
Single

終了 x 座標。

適用対象