The SizeD type exposes the following members.

Methods

  NameDescription
Add
Adds the width and height of one SizeD structure to the width and height of another SizeD structure.
Equals
Tests to see whether the specified object is a SizeD with the same dimensions as this SizeD.
(Overrides ValueType..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns a hash code for this Size structure.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Subtract
Subtracts the width and height of one SizeD structure from the width and height of another SizeD structure.
ToPointD
Converts a SizeD to a PointD.
ToSize
Converts a SizeD to a Size.
ToString
Creates a human-readable string that represents this SizeD.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Addition
Adds the width and height of one SizeD structure to the width and height of another SizeD structure.
Equality
Tests whether two SizeD structures are equal.
Explicit
Converts the specified SizeD to a PointD.
Inequality
Tests whether two SizeD structures are different.
Subtraction
Subtracts the width and height of one SizeD structure from the width and height of another SizeD structure.

See Also