IXRArcSegment::SetSize (Compact 2013)
3/28/2014
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 |