Appends the specified skew to this
transformation.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void Skew(
double skewX,
double skewY
)
Public Sub Skew (
skewX As Double,
skewY As Double
)
member Skew :
skewX : float *
skewY : float -> unit
Parameters
- skewX
- Type: SystemDouble
The skew angle of the x-coordinate.
- skewY
- Type: SystemDouble
The skew angle of the y-coordinate.
See Also