Method GetReferenceImageAt
GetReferenceImageAt(int)
Derived methods should return the XRReferenceImage at the given index
.
The index
has already been validated to be within the range [0..count].
Declaration
protected abstract XRReferenceImage GetReferenceImageAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the reference image to get. |
Returns
Type | Description |
---|---|
XRReferenceImage | A XRReferenceImage that represents the reference image at index |