Skews the object along the x-axis (in the coordinate space of the root object of the display).
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SkewByXRootSpace(
double angle,
Point pivot
) |
Visual Basic |
---|
Public Sub SkewByXRootSpace ( _
angle As Double, _
pivot As Point _
) |
JScript |
---|
public function SkewByXRootSpace(
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