PowerTools SPREAD for Windows Forms 8.0J
Rotate(Point,Single) メソッド


オブジェクトを回転するときの中心となるポイント
オブジェクトを回転する角度
オブジェクトを指定した角度回転します。
構文
'Declaration
 
Public Overloads Overridable Sub Rotate( _
   ByVal rotationCenterPoint As Point, _
   ByVal angle As Single _
) 
'使用法
 
Dim instance As PSObject
Dim rotationCenterPoint As Point
Dim angle As Single
 
instance.Rotate(rotationCenterPoint, angle)
public virtual void Rotate( 
   Point rotationCenterPoint,
   float angle
)

パラメータ

rotationCenterPoint
オブジェクトを回転するときの中心となるポイント
angle
オブジェクトを回転する角度
参照

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

 

 


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