The SizeD type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds the width and height of one SizeD structure to the width and height of another SizeD structure.
Public operatorStatic memberEquality
Tests whether two SizeD structures are equal.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SizeD to PointD)
Converts the specified SizeD to a PointD.
Public operatorStatic memberInequality
Tests whether two SizeD structures are different.
Public operatorStatic memberSubtraction
Subtracts the width and height of one SizeD structure from the width and height of another SizeD structure.

See Also