Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the element at the specified index to the specified value.
void set(
   const index<_Rank>& _Index,
   const value_type& _Value
) const restrict(amp);
Parameters
- _Index 
 The index of the element to set, possibly multi-dimensional.
- _Value 
 The value to set the element to.
Requirements
Header: amp_graphics.h
Namespace: concurrency::graphics