CharacterRange::operator= method (gdiplustypes.h)

The CharacterRange::operator= method sets this CharacterRange object equal to the specified CharacterRange object.

Syntax

CharacterRange & operator=(
  [in, ref] const CharacterRange & rhs
);

Parameters

[in, ref] rhs

Type: const CharacterRange

Reference to a CharacterRange object that is assigned to this CharacterRange object.

Return value

Type: CharacterRange

This method returns a reference to this CharacterRange object to allow cascaded assignments.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplustypes.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

CharacterRange

GetMeasurableCharacterRangeCount

MeasureCharacterRanges

SetMeasurableCharacterRanges