Share via


IXRPointCollection::GetItem (Compact 2013)

3/28/2014

This method retrieves the item at the specified index in the IXRPointCollection collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetItem(
    __in int ItemIndex,
    __out XRPoint* pPoint
) = 0;

Parameters

  • ItemIndex
    [in] Integer value that specifies the index of the item to retrieve.
  • pPoint
    [out] Pointer to a pointer to an XRPoint object that represents the item located in the collection at the index specified in ItemIndex.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.PresentationFrameworkCollection(T).Item

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPointCollection
IXRPolyLineSegment::GetPoints
IXRPolyLineSegment::SetPoints
IXRPolyBezierSegment::GetPoints
IXRPolyBezierSegment::SetPoints
IXRPolyQuadraticBezierSegment::GetPoints
IXRPolyQuadraticBezierSegment::SetPoints
IXRPolygon::GetPoints
IXRPolygon::SetPoints
IXRPolyline::GetPoints
IXRPolyline::SetPoints