Transform.shear

Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation sheared by (shearX, shearY).

@param shearX the shear factor in the X direction @param shearY the shear factor in the Y direction

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

@since 3.4

class Transform
void
shear
(
float shearX
,
float shearY
)

Meta