IXRPointCollection::RemoveAt (Compact 2013)

3/28/2014

This method removes the item at the specified index from the IXRPointCollection collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveAt(
  __in int Index
) = 0;

Parameters

  • Index
    [in] Integer value that specifies the zero-based index of the item to remove from this collection.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.PresentationFrameworkCollection(T).RemoveAt

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