IXREllipseGeometry::GetRadiusX (Compact 2013)

3/28/2014

This method retrieves the x-radius of the IXREllipseGeometry.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetRadiusX(
    __out float *pRadiusX
) = 0;

Parameters

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

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.EllipseGeometry.RadiusX

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXREllipseGeometry