IXRArcSegment::GetSize (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |