SizeF::Subtraction Operator (SizeF, SizeF)
.NET Framework (current version)
Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- sz1
-
Type:
System.Drawing::SizeF
The SizeF structure on the left side of the subtraction operator.
- sz2
-
Type:
System.Drawing::SizeF
The SizeF structure on the right side of the subtraction operator.
.NET Framework
Available since 1.1
Available since 1.1
Show: