Share via


IXRSkewTransform::GetAngleX (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetAngleX(
    float* pAngleX
) = 0;

Parameters

  • pAngleX
    [out] Pointer to a float value that indicates the x-axis skew angle, in degrees counterclockwise from the y-axis.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

Positive values for pAngleX are interpreted as a counterclockwise skew. Negative values are interpreted as a clockwise skew. For values less than -360 or greater than 360, the values will wrap around and be treated as if the mathematical operation mod(360) was applied.

The following illustration shows three skew transformations of a rectangle:

Ee501853.c38ea949-4f03-45a0-a4d6-9b98737f0663(en-US,WinEmbedded.60).jpg

.NET Framework Equivalent

System.Windows.Media.SkewTransform.AngleX

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRSkewTransform
IXRDoubleAnimation
IXRSkewTransform::SetAngleX