IXRArcSegment::GetSize (Compact 2013)
3/28/2014
This method retrieves the x and y-radius of the arc as a XRSize structure.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetSize(
__out XRSize *pSize
) = 0;
Parameters
- pSize
[out] Points to an XRSize that indicates 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 |