PointD Structure

 
Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

[SerializableAttribute]
[TypeConverterAttribute((PointDConverter^::typeid))]
public value struct PointD

NameDescription
System_CAPS_pubpropertyIsEmpty

System_CAPS_pubpropertyX

System_CAPS_pubpropertyY

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdd(PointD, SizeD)

Translates a PointD by adding the given size.

System_CAPS_pubmethodEquals(Object^)
System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOffset(Double, Double)

System_CAPS_pubmethodSystem_CAPS_staticSubtract(PointD, SizeD)

Translates a PointD by subtracting the given size.

System_CAPS_pubmethodSystem_CAPS_staticToPointF(PointD)

System_CAPS_pubmethodToString()

Returns a string formatted like this: X=x, Y=y(Overrides ValueType::ToString().)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEmpty

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(PointD, SizeD)

Translates a PointD by adding the given size.

System_CAPS_puboperatorSystem_CAPS_staticEquality(PointD, PointD)

System_CAPS_puboperatorSystem_CAPS_staticInequality(PointD, PointD)

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(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.

Return to top
Show: