Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors.
シンタックス
'宣言
Public Sub ScaleWindow( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ScaleWindow(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- 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.
参照