Share via


IXRRectangleGeometry::GetRadiusX (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the x-radius of the ellipse that rounds the corners of a rectangle.

Syntax

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

Parameters

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

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.RectangleGeometry.RadiusX

Requirements

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

See Also

Reference

IXRRectangleGeometry
IXRRectangleGeometry::SetRadiusX