Share via


IXREllipseGeometry::GetRadiusY (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the y-radius value of the IXREllipseGeometry.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetRadiusY(
    __out float *pRadiusY
) = 0;

Parameters

  • pRadiusY
    [out] Points to a float that indicates the y-radius of the ellipse.

Return Values

Returns a standard HRESULT value.

.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

See Also

Reference

IXREllipseGeometry