The SizeD type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
Adds the width and height of one SizeD structure to the width and height of another SizeD structure.
Public methodEquals
Tests to see whether the specified object is a SizeD with the same dimensions as this SizeD.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this Size structure.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSubtract
Subtracts the width and height of one SizeD structure from the width and height of another SizeD structure.
Public methodToPointD
Converts a SizeD to a PointD.
Public methodToSize
Converts a SizeD to a Size.
Public methodToString
Creates a human-readable string that represents this SizeD.
(Overrides ValueType..::..ToString()()()().)

See Also