GrapeCity SPREAD for Windows Forms 11.0J
DrawLine メソッド


ペン
1つ目の点のX座標
1つ目の点のY座標
2つ目の点のX座標
2つ目の点のY座標
線を描画します。
構文
'Declaration
 
Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
) 
'使用法
 
Dim instance As IBorderGraphics
Dim pen As Pen
Dim x1 As Single
Dim y1 As Single
Dim x2 As Single
Dim y2 As Single
 
instance.DrawLine(pen, x1, y1, x2, y2)
void DrawLine( 
   Pen pen,
   float x1,
   float y1,
   float x2,
   float y2
)

パラメータ

pen
ペン
x1
1つ目の点のX座標
y1
1つ目の点のY座標
x2
2つ目の点のX座標
y2
2つ目の点のY座標
参照

IBorderGraphics インタフェース
IBorderGraphics メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.