The SizeD type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SizeD(PointD) | |
![]() | SizeD(SizeD) | |
![]() | SizeD(Double, Double) | Initializes a new instance of the SizeD class from the specified dimensions. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add | |
![]() | Equals | (Overrides ValueType..::..Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this Size structure. (Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Subtract | |
![]() | ToPointD | |
![]() | ToSize | Converts a SizeD to a Size. |
![]() | ToString | Creates a human-readable string that represents this SizeD. (Overrides ValueType..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition | |
![]() ![]() | Equality | Tests whether two SizeD structures are equal. |
![]() ![]() | ExplicitNarrowingExplicitExplicitExplicit(SizeD to PointD) | |
![]() ![]() | Inequality | Tests whether two SizeD structures are different. |
![]() ![]() | Subtraction |
Fields
Properties
Name | Description | |
---|---|---|
![]() | Height | Gets or sets the vertical component of this SizeD. |
![]() | IsEmpty | Gets a value indicating whether this SizeD has zero width and height. |
![]() | Width | Gets or sets the horizontal component of this SizeD. |