CGDIPen::operator =

CGDIPen& CGDIPen::operator =(CGDIPen& rhs)

Copies the contents of the passed object into this instance. Ownership is always transfered if it belongs to the object being copied.

Defined in: GDIObjects.h

Return Value

Returns this instance.

Parameters

rhs

Object to copy from.