Skews the object along the x-axis.

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

Syntax

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

Parameters

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

See Also