IXRPolyline::GetPoints (Compact 2013)
3/28/2014
This method retrieves a collection that contains the vertices of a shape.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetPoints(
__out IXRPointCollection **ppPoints
) = 0;
Parameters
- ppPoints
[out] Contains the points that describe a 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 |