PowerTools SPREAD for Windows Forms 8.0J
GetRotateAngle メソッド


回転の基点を含むポイント
最初の端点を含むポイント
2番目の端点を含むポイント
回転角度を取得します。
構文
'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)
protected virtual float GetRotateAngle( 
   Point centerPt,
   Point pt1,
   Point pt2
)

パラメータ

centerPt
回転の基点を含むポイント
pt1
最初の端点を含むポイント
pt2
2番目の端点を含むポイント

戻り値の型

回転角度を表す浮動小数点数
参照

PSObject クラス
PSObject メンバ

 

 


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