IXRPointCollection::Add (Compact 2013)
3/28/2014
This method adds an item to the end of the IXRPointCollection collection and retrieves the index that indicates where it was added.
Syntax
virtual HRESULT STDMETHODCALLTYPE Add(
__in XRPoint* pPoint,
__out_opt int* pIndex
) = 0;
Parameters
- pPoint
[in] Pointer to an XRPoint object that represents an item to add to this collection.
- pIndex
[out] Optional. Pointer to an integer value that indicates the zero-based index that describes the location of the item added to this collection.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.PresentationFrameworkCollection(T).Add
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