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.
1/6/2010
This method sets a collection that contains the vertices of a shape.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetPoints(
__in IXRPointCollection *pPoints
) = 0;
Parameters
- pPoints
[in] Contains the points that describe the shape.
Return Values
Returns a standard HRESULT value.
Remarks
IXRPolyline must contain a minimum of 2 points to render.
.NET Framework Equivalent
System.Windows.Shapes.Polyline.Points
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |