PowerTools SPREAD for Windows Forms 8.0J
ArrowShape コンストラクタ(Point,Point,Single)


矢印シェイプの始点。
矢印シェイプの終点。
矢印シェイプの幅。
新しいシェイプを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal startPoint As Point, _
   ByVal endPoint As Point, _
   ByVal arrowTipWidth As Single _
)
'使用法
 
Dim startPoint As Point
Dim endPoint As Point
Dim arrowTipWidth As Single
 
Dim instance As New ArrowShape(startPoint, endPoint, arrowTipWidth)
public ArrowShape( 
   Point startPoint,
   Point endPoint,
   float arrowTipWidth
)

パラメータ

startPoint
矢印シェイプの始点。
endPoint
矢印シェイプの終点。
arrowTipWidth
矢印シェイプの幅。
例外
例外説明
System.ArgumentExceptionarrowTipWidthの値が0以下のときにスローされます。
参照

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

 

 


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