次の方法で共有


IXRRectangleGeometry::GetRadiusY (Compact 2013)

3/28/2014

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

Syntax

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

Parameters

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

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.RectangleGeometry.RadiusY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRRectangleGeometry
IXRRectangleGeometry::SetRadiusY