Share via


IXRArcSegment::SetSize (Windows Embedded CE 6.0)

1/6/2010

This method sets the x and y-radius of the arc as a XRSize structure.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetSize(
    __in XRSize *pSize
) = 0;

Parameters

  • pSize
    [in] Points to an XRSize structure that specifies the size of the arc.

Return Values

Returns a standard HRESULT value.

Remarks

A circle has only one radius, but an ellipse has a radius along the x-axis and another radius along the y-axis. The more they differ the more elongated the ellipse.

.NET Framework Equivalent

System.Windows.Media.ArcSegment.Size

Requirements

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

See Also

Reference

IXRArcSegment
IXRArcSegment::GetSize