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
[System.Serializable]
public struct SizeD
[<System.Serializable>]
type SizeD = struct
Public Structure SizeD
- Inheritance
-
SizeD
- Attributes
Constructors
SizeD(Double, Double) | |
SizeD(PointD) | |
SizeD(SizeD) |
Fields
Empty |
Properties
Height | |
IsEmpty | |
Width |
Methods
Equals(Object) | |
GetHashCode() | |
ToSizeF(SizeD) | |
ToString() |
Returns a string formatted like this: Width=width, Height=height |
Operators
Equality(SizeD, SizeD) | |
Explicit(SizeD to PointD) | |
Inequality(SizeD, SizeD) |