Size Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(Size, Size)

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

System_CAPS_puboperatorSystem_CAPS_staticEquality(Size, Size)

Tests whether two Size structures are equal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Size to Point)

Converts the specified Size structure to a Point structure.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Size to SizeF)

Converts the specified Size structure to a SizeF structure.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Size, Size)

Tests whether two Size structures are different.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(Size, Size)

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

Return to top
Show: