SizeF::operator- method (gdiplustypes.h)

Subtraction operator for the SizeF class. Subtracts the argument from the current instance of SizeF.

Syntax

SizeF operator-(
  const SizeF & sz
);

Parameters

sz

Type: [in] const SizeF&

The value to subtract from the current instance of SizeF.

Return value

Type: SizeF**

The resulting SizeF value.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header gdiplustypes.h