IXRRectangleGeometry::SetRadiusX (Compact 2013)
3/28/2014
This method sets the x-radius of the ellipse that rounds the corners of a rectangle.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetRadiusX(
__in float RadiusX
) = 0;
Parameters
- RadiusX
[in] Specifies the x-radius of the corners.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Media.RectangleGeometry
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |