CalendarView for WinForms
ScaleWindow メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : ScaleWindow メソッド
A int specifies the amount by which to multiply the current horizontal extent.
A int specifies the amount by which to divide the current horizontal extent.
A int specifies the amount by which to multiply the current vertical extent.
A int specifies the amount by which to divide the current vertical extent.
Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors.
シンタックス
'宣言
 
Public Sub ScaleWindow( _
   ByVal numX As System.Integer, _
   ByVal denomX As System.Integer, _
   ByVal numY As System.Integer, _
   ByVal denomY As System.Integer _
) 
public void ScaleWindow( 
   System.int numX,
   System.int denomX,
   System.int numY,
   System.int denomY
)

パラメータ

numX
A int specifies the amount by which to multiply the current horizontal extent.
denomX
A int specifies the amount by which to divide the current horizontal extent.
numY
A int specifies the amount by which to multiply the current vertical extent.
denomY
A int specifies the amount by which to divide the current vertical extent.
参照

DeviceContext クラス
DeviceContext メンバ