GrapeCity SPREAD for Windows Forms 11.0J
ChildChangeUndoAction コンストラクタ(Int32,Int32,Int32,Int32,Single)


水平方向の変更
垂直方向の変更
幅の変更
高さの変更
回転角度の変更
シェイプまたはセル ノートを指定した方向に移動してその幅と高さ、および回転角度(シェイプの場合のみ)を変更する操作に対する新しい取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal dx As Integer, _
   ByVal dy As Integer, _
   ByVal dw As Integer, _
   ByVal dh As Integer, _
   ByVal dr As Single _
)
'使用法
 
Dim dx As Integer
Dim dy As Integer
Dim dw As Integer
Dim dh As Integer
Dim dr As Single
 
Dim instance As New ChildChangeUndoAction(dx, dy, dw, dh, dr)
public ChildChangeUndoAction( 
   int dx,
   int dy,
   int dw,
   int dh,
   float dr
)

パラメータ

dx
水平方向の変更
dy
垂直方向の変更
dw
幅の変更
dh
高さの変更
dr
回転角度の変更
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.