Copies the specified texture object to this one.
texture& operator=( const texture & _Other ); texture& operator=( texture<_Value_type, _Rank> && _Other );
The texture object to copy from.
A reference to this texture object.
Header: amp_graphics.h
Namespace: Concurrency::graphics