PointD Structure
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | PointD(Double, Double) | |
![]() | PointD(PointF) |
| Name | Description | |
|---|---|---|
![]() ![]() | Add(PointD, SizeD) | Translates a PointD by adding the given size. |
![]() | Equals(Object^) | (Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | (Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Offset(Double, Double) | |
![]() ![]() | Subtract(PointD, SizeD) | Translates a PointD by subtracting the given size. |
![]() ![]() | ToPointF(PointD) | |
![]() | ToString() | Returns a string formatted like this: X=x, Y=y(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




