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


新しい幅の値(ピクセル単位)
新しい高さの値(ピクセル単位)
古い幅の値(ピクセル単位)
古い高さの値(ピクセル単位)
指定した領域のサイズを変更します。
構文
'Declaration
 
Protected Overloads Overridable Sub SizeRegion( _
   ByVal newWidth As Single, _
   ByVal newHeight As Single, _
   ByVal oldWidth As Single, _
   ByVal oldHeight As Single _
) 
'使用法
 
Dim instance As PSObject
Dim newWidth As Single
Dim newHeight As Single
Dim oldWidth As Single
Dim oldHeight As Single
 
instance.SizeRegion(newWidth, newHeight, oldWidth, oldHeight)
protected virtual void SizeRegion( 
   float newWidth,
   float newHeight,
   float oldWidth,
   float oldHeight
)

パラメータ

newWidth
新しい幅の値(ピクセル単位)
newHeight
新しい高さの値(ピクセル単位)
oldWidth
古い幅の値(ピクセル単位)
oldHeight
古い高さの値(ピクセル単位)
参照

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

 

 


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