'Declaration Protected Overridable Function GetRotateAngle( _ ByVal centerPt As Point, _ ByVal pt1 As Point, _ ByVal pt2 As Point _ ) As Single
'Declaration
Protected Overridable Function GetRotateAngle( _ ByVal centerPt As Point, _ ByVal pt1 As Point, _ ByVal pt2 As Point _ ) As Single
'使用法 Dim instance As PSObject Dim centerPt As Point Dim pt1 As Point Dim pt2 As Point Dim value As Single value = instance.GetRotateAngle(centerPt, pt1, pt2)
'使用法
Dim instance As PSObject Dim centerPt As Point Dim pt1 As Point Dim pt2 As Point Dim value As Single value = instance.GetRotateAngle(centerPt, pt1, pt2)
protected virtual float GetRotateAngle( Point centerPt, Point pt1, Point pt2 )
PSObject クラス PSObject メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.