バージョン

CIMShape コンストラクタ(Int32,Int32,Int32,Int32,Int32,Int32,Single,Single)

弧パラメーターを使用したCIMShapeコンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal innerWidth As Integer, _
   ByVal innerHeight As Integer, _
   ByVal startAngle As Single, _
   ByVal arcAngle As Single _
)
public CIMShape( 
   int x,
   int y,
   int width,
   int height,
   int innerWidth,
   int innerHeight,
   float startAngle,
   float arcAngle
)

パラメータ

x
弧のX軸
y
弧のY軸
width
弧の幅
height
弧の高さ
innerWidth
弧の内幅
innerHeight
弧の内側の高さ
startAngle
弧のスタート角度
arcAngle
弧の角度.
参照