| Modifier and Type | Method and Description |
|---|---|
GObject |
scale(float sf)
Scales the object on the screen by the scale factor
sf, which applies
in both dimensions. |
GObject |
scale(float sx,
float sy)
Scales the object on the screen by the scale factors
sx and sy. |
GObject scale(float sx, float sy)
sx and sy.sx - The factor used to scale all coordinates in the x directionsy - The factor used to scale all coordinates in the y directionGObject scale(float sf)
sf, which applies
in both dimensions.sf - The factor used to scale all coordinates in both dimensions