Share via


IXRPolyLineSegment::GetPoints (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the IXRPointCollection that defines an IXRPolyLineSegment object.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetPoints(
    __out IXRPointCollection **ppPoints
) = 0;

Parameters

  • ppPoints
    [out] Points to a pointer to an IXRPointCollection that contains the points that define a segment.

Return Values

Returns a standard HRESULT value.

Remarks

An 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 ppPoints.

.NET Framework Equivalent

System.Windows.Media.PolyLineSegment.Points

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRPolyLineSegment
IXRPolyLineSegment::SetPoints