Skews the object along the y-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 SkewByYRootSpace(
	double angle,
	Point pivot
)
Visual Basic
Public Sub SkewByYRootSpace ( _
	angle As Double, _
	pivot As Point _
)
JScript
public function SkewByYRootSpace(
	angle : double, 
	pivot : Point
)

Parameters

angle
Type: System..::..Double
Angle to skew by (in degrees).
pivot
Type: System.Windows..::..Point
Pivot point for the skew.

See Also