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


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

パラメータ

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

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

 

 


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