FarPoint.Win.Spread アセンブリ > 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 _ )
public ArrowShape( Point startPoint, Point endPoint, float arrowTipWidth )
例外 | 説明 |
---|---|
System.ArgumentException | arrowTipWidthの値が0以下のときにスローされます。 |