[]
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)
| 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. |