This topic has not yet been rated - Rate this topic

texture::operator= Operator

Visual Studio 2012

Copies the specified texture object to this one.

texture& operator=(
   const texture & _Other
);

texture& operator=(
   texture<_Value_type,
   _Rank> && _Other
);
_Other

The texture object to copy from.

A reference to this texture object.

Header: amp_graphics.h

Namespace: Concurrency::graphics

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.