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


オブジェクトの位置を表すポイント
オブジェクトを移動させます。
構文
'Declaration
 
Protected Overrides Sub DoMove( _
   ByVal pt As Point _
) 
'使用法
 
Dim instance As ChartShape
Dim pt As Point
 
instance.DoMove(pt)
protected override void DoMove( 
   Point pt
)

パラメータ

pt
オブジェクトの位置を表すポイント
参照

ChartShape クラス
ChartShape メンバ

 

 


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