Skews the object about its center along the x-axis (in the coordinate space of the root object of the display).

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

Syntax

C#
public void SkewByXRootSpace(
	double angle
)
Visual Basic
Public Sub SkewByXRootSpace ( _
	angle As Double _
)
JScript
public function SkewByXRootSpace(
	angle : double
)

Parameters

angle
Type: System..::..Double
Angle to skew by (in degrees).

See Also