CNiImage::operator =

CNi

Class
CNiImage::
operator =()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: GetIidNext page: Reload    
Public Operator Declared in:
NiImage.h

'Declaration' icon -- Shortcut to top of page. Declaration

const CNiImage & operator =(
    const CNiImage& source);

'Description' icon -- Shortcut to top of page. Description

Assignment operator. The object is attached to the same CWImage_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWImage_CI pointer is incremented. If an CWImage_CI pointer is already attached to this object, that CWImage_CI pointer is released and its reference count decremented before the new CWImage_CI pointer is attached.

Shortcut to top of page. Parameters

const CNiImage& source

Specifies object to which to be assigned.

'See Also' icon -- Shortcut to top of page. See Also