Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
<SerializableAttribute> _
<TypeConverterAttribute(GetType(PointDConverter))> _
Public Structure PointD
[SerializableAttribute]
[TypeConverterAttribute(typeof(PointDConverter))]
public struct PointD
[SerializableAttribute]
[TypeConverterAttribute(typeof(PointDConverter))]
public value class PointD
[<Sealed>]
[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(PointDConverter))>]
type PointD =  struct end
JScript supports the use of structures, but not the declaration of new ones.
The PointD type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | PointD(PointF) | |
| .gif) | PointD(Double, Double) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsEmpty | |
| .gif) | X | |
| .gif) | Y | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | Add | Translates a PointD by adding the given size. | 
| .gif) | Equals | (Overrides ValueType.Equals(Object).) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides ValueType.GetHashCode().) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Offset | |
| .gif) .gif) | Subtract | Translates a PointD by subtracting the given size. | 
| .gif) .gif) | ToPointF | |
| .gif) | ToString | Returns a string formatted like this: X=x, Y=y (Overrides ValueType.ToString().) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Addition | Translates a PointD by adding the given size. | 
| .gif) .gif) | Equality | |
| .gif) .gif) | Inequality | |
| .gif) .gif) | Subtraction | Translates a PointD by subtracting the given size. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | Empty | 
Top
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.