PointD Struct
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
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Diagrams.PointDConverter))]
[System.Serializable]
public struct PointD
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Diagrams.PointDConverter))>]
[<System.Serializable>]
type PointD = struct
Public Structure PointD
- Inheritance
-
PointD
- Attributes
Add(PointD, SizeD) |
Translates a PointD by adding the given size. |
Equals(Object) | |
Get |
|
Offset(Double, Double) | |
Subtract(PointD, SizeD) |
Translates a PointD by subtracting the given size. |
To |
|
To |
Returns a string formatted like this: X=x, Y=y |
Addition(PointD, SizeD) |
Translates a PointD by adding the given size. |
Equality(PointD, PointD) | |
Inequality(PointD, PointD) | |
Subtraction(PointD, SizeD) |
Translates a PointD by subtracting the given size. |