SizeF Operators

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(SizeF, SizeF)

Adds the width and height of one SizeF structure to the width and height of another SizeF structure.

System_CAPS_puboperatorSystem_CAPS_staticEquality(SizeF, SizeF)

Tests whether two SizeF structures are equal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(SizeF to PointF)

Converts the specified SizeF structure to a PointF structure.

System_CAPS_puboperatorSystem_CAPS_staticInequality(SizeF, SizeF)

Tests whether two SizeF structures are different.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(SizeF, SizeF)

Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.

Return to top
Show: