PointD 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 PointD
public struct PointD
type PointD = struct
Public Structure PointD
- Inheritance
-
PointD
Constructors
PointD(Double, Double) |
Fields
Empty |
Properties
IsEmpty | |
X | |
Y |
Methods
Add(PointD, Size) | |
Add(PointD, SizeD) | |
Equals(Object) | |
GetHashCode() | |
Subtract(PointD, Size) | |
Subtract(PointD, SizeD) | |
ToPointF() | |
ToString() |
Operators
Addition(PointD, Size) | |
Addition(PointD, SizeD) | |
Equality(PointD, PointD) | |
Inequality(PointD, PointD) | |
Subtraction(PointD, Size) | |
Subtraction(PointD, SizeD) |