Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetAngleY(
float AngleY
) = 0;
Parameters
- AngleY
[in] A float value that indicates the new y-axis skew angle, in degrees counterclockwise from the x-axis.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
Positive values of AngleY 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:
.jpg)
.NET Framework Equivalent
System.Windows.Media.SkewTransform.AngleY
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
IXRSkewTransform
IXRDoubleAnimation
IXRSkewTransform::GetAngleY