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


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

パラメータ

startPoint
線の始点
endPoint
線の終点
参照

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

 

 


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