Skews the object about its center along the y-axis.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SkewByY(
	double angle,
	Transform parentTransform
)
Visual Basic
Public Sub SkewByY ( _
	angle As Double, _
	parentTransform As Transform _
)
JScript
public function SkewByY(
	angle : double, 
	parentTransform : Transform
)

Parameters

angle
Type: System..::..Double
Angle to skew by (in degrees).
parentTransform
Type: System.Windows.Media..::..Transform
Transform (usually from this object's parent object to the root coordinate space).

See Also