Share via


IXRPolyBezierSegment::GetPoints (Windows Embedded CE 6.0)

1/6/2010

This method retrieves an IXRPointCollection that defines an IXRPolyBezierSegment object.

Syntax

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

Parameters

  • ppPoints
    [out] Points to a pointer to an IXRPointCollection that contains the defining points for the Bézier curves in the segment.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.PolyBezierSegment.Points property

Requirements

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

See Also

Reference

IXRPolyBezierSegment
IXRPolyBezierSegment::SetPoints