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 sets the IXRPointCollection that defines an IXRPolyLineSegment object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetPoints(
__in IXRPointCollection *pPoints
) = 0;
Parameters
- pPoints
[in] Points to an IXRPointCollection that defines a polyline segment.
Return Values
Returns a standard HRESULT value.
Remarks
The IXRPolyLineSegment begins at the endpoint of the previous segment. If this is the first segment, it begins at the StartPoint of the IXRPathFigure. It then draws lines between each successive point in pPoints.
.NET Framework Equivalent
System.Windows.Media.PolyLineSegment.Points
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |