Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Copies the specified texture object to this one.
texture& operator=(
const texture & _Other
);
texture& operator=(
texture<_Value_type,
_Rank> && _Other
);
Parameters
- _Other
The texture object to copy from.
Return Value
A reference to this texture object.
Requirements
Header: amp_graphics.h
Namespace: Concurrency::graphics