GrapeCity SPREAD for Windows Forms 12.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)

パラメータ

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

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

 

 


Copyright © 2004 GrapeCity inc.