Bitmap for WPF
DrawLine(Point2F,Point2F,Brush) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > RenderTarget クラス > DrawLine メソッド : DrawLine(Point2F,Point2F,Brush) メソッド
The start point of the line, in device-independent pixels.
The end point of the line, in device-independent pixels.
The brush used to paint the line's stroke.
Draws a line between the specified points.
シンタックス
'宣言
 
Public Overloads Sub DrawLine( _
   ByVal point0 As Point2F, _
   ByVal point1 As Point2F, _
   ByVal brush As Brush _
) 
public void DrawLine( 
   Point2F point0,
   Point2F point1,
   Brush brush
)

パラメータ

point0
The start point of the line, in device-independent pixels.
point1
The end point of the line, in device-independent pixels.
brush
The brush used to paint the line's stroke.
参照

RenderTarget クラス
RenderTarget メンバ
オーバーロード一覧