IXREllipseGeometry::SetRadiusY (Windows Embedded CE 6.0)
1/6/2010
This method sets the y-radius of the ellipse defined by IXREllipseGeometry.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetRadiusY(
__in float RadiusY
) = 0;
Parameters
- RadiusY
[in] Specifies the y-axis radius of the IXREllipseGeometry object.
Return Values
Returns a standard HRESULT value.
Remarks
You can make a circle by setting identical RadiusX and RadiusY values.
.NET Framework Equivalent
System.Windows.Media.EllipseGeometry.RadiusY
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |