[]
Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors.
public void ScaleWindow(int numX, int denomX, int numY, int denomY)
Public Sub ScaleWindow(numX As Integer, denomX As Integer, numY As Integer, denomY As Integer)
| Type | Name | Description |
|---|---|---|
| int | numX | A int specifies the amount by which to multiply the current horizontal extent. |
| int | denomX | A int specifies the amount by which to divide the current horizontal extent. |
| int | numY | A int specifies the amount by which to multiply the current vertical extent. |
| int | denomY | A int specifies the amount by which to divide the current vertical extent. |