PowerTools SPREAD for Windows Forms 8.0J
DrawArc メソッド


コーナーペン
X座標
Y座標
高さ
開始角度
掃引角度
円弧を描画します。
構文
'Declaration
 
Sub DrawArc( _
   ByVal cornerPen As Pen, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal startAngle As Integer, _
   ByVal sweepAngle As Integer _
) 
'使用法
 
Dim instance As IBorderGraphics
Dim cornerPen As Pen
Dim x As Single
Dim y As Single
Dim width As Integer
Dim height As Integer
Dim startAngle As Integer
Dim sweepAngle As Integer
 
instance.DrawArc(cornerPen, x, y, width, height, startAngle, sweepAngle)
void DrawArc( 
   Pen cornerPen,
   float x,
   float y,
   int width,
   int height,
   int startAngle,
   int sweepAngle
)

パラメータ

cornerPen
コーナーペン
x
X座標
y
Y座標
width
height
高さ
startAngle
開始角度
sweepAngle
掃引角度
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.