GrapeCity SPREAD for Windows Forms 11.0J
Scale(Single,Single,Boolean) メソッド


オブジェクトの水平方向の倍率
オブジェクトの垂直方向の倍率
オブジェクトを再描画するかどうか
オブジェクトのサイズを、指定した量に従って調整します。
構文
'Declaration
 
Public Overloads Overrides Sub Scale( _
   ByVal scaleX As Single, _
   ByVal scaleY As Single, _
   ByVal repaint As Boolean _
) 
'使用法
 
Dim instance As SpreadCameraShape
Dim scaleX As Single
Dim scaleY As Single
Dim repaint As Boolean
 
instance.Scale(scaleX, scaleY, repaint)
public override void Scale( 
   float scaleX,
   float scaleY,
   bool repaint
)

パラメータ

scaleX
オブジェクトの水平方向の倍率
scaleY
オブジェクトの垂直方向の倍率
repaint
オブジェクトを再描画するかどうか
参照

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

 

 


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