FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.DrawingSpace 名前空間 > ArrowShape クラス > ArrowShape コンストラクタ : 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 )
例外 | 説明 |
---|---|
System.ArgumentException | arrowTipWidthの値が0以下のときにスローされます。 |