public LineShape( Point startPoint, Point endPoint )
'Declaration Public Function New( _ ByVal startPoint As Point, _ ByVal endPoint As 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)
'使用法
Dim startPoint As Point Dim endPoint As Point Dim instance As New LineShape(startPoint, endPoint)
LineShape クラス LineShape メンバ オーバーロード一覧
© 2004-2017, GrapeCity inc. All rights reserved.