SizeD Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public value class SizeD
public struct SizeD
type SizeD = struct
Public Structure SizeD
- Inheritance
-
SizeD
Constructors
SizeD(Double, Double) | |
SizeD(PointD) | |
SizeD(SizeD) |
Fields
Empty |
Properties
Height | |
IsEmpty | |
Width |
Methods
Add(SizeD, SizeD) | |
Equals(Object) | |
GetHashCode() | |
Subtract(SizeD, SizeD) | |
ToPointD() | |
ToSize() | |
ToSizeF() | |
ToString() |
Operators
Addition(SizeD, SizeD) | |
Equality(SizeD, SizeD) | |
Explicit(SizeD to PointD) | |
Inequality(SizeD, SizeD) | |
Subtraction(SizeD, SizeD) |