Aspose::Page::XPS::XpsModel::XpsArray::RemoveAt 方法

XpsArray::RemoveAt method

在指定位置从数组中移除对象。

T Aspose::Page::XPS::XpsModel::XpsArray<T>::RemoveAt(int32_t index)
ParameterType描述
索引int32_t要移除对象的位置。

ReturnValue

已移除的对象。

另见