PrimitiveFillData& operator =(const PrimitiveFillData& src);
The = operator assigns the value of the passed PrimitiveFillData to the current one.
Parameters |
Description |
const PrimitiveFillData& src |
The PrimitiveFillData which is assigned to the current one. |
A reference to the PrimitiveFillData whose values are assigned with those of the passed structure.