Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This method retrieves a collection of segments that defines the shape of an IXRPathFigure object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetSegments(
__out IXRPathSegmentCollection **ppSegments
) = 0;
Parameters
- ppSegments
[in] Points to the collection of segments that defines the shape of an IXRPathFigure object.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Media.PathFigure.Segments
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |