PointD Structure

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

Syntax

'Declaration
<SerializableAttribute> _
<TypeConverterAttribute(GetType(PointDConverter))> _
Public Structure PointD
'Usage
Dim instance As PointD
[SerializableAttribute]
[TypeConverterAttribute(typeof(PointDConverter))]
public struct PointD
[SerializableAttribute]
[TypeConverterAttribute(typeof(PointDConverter))]
public value class PointD
JScript supports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PointD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace