IXRPathFigure::SetSegments (Compact 2013)
3/28/2014
This method sets the collection of segments that define the shape of an IXRPathFigure object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetSegments(
__in IXRPathSegmentCollection *pSegments
) = 0;
Parameters
- pSegments
[in] Points to the collection of segments that define the shape of an IXRPathFigure object. The default is an empty collection.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Media.PathFigure.Segments
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |