Transform.scale

Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation scaled by (scaleX, scaleY).

@param scaleX the amount to scale in the X direction @param scaleY the amount to scale in the Y direction

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

class Transform
void
scale
(
float scaleX
,
float scaleY
)

Meta