DiagramItem Constructor

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

NameDescription
System_CAPS_pubmethodDiagramItem()

Initializes a new instance of the DiagramItem class.

System_CAPS_pubmethodDiagramItem(LinkShape^, LineSegment^)

Initializes a new instance of the DiagramItem class to represent the specified LineSegment.

System_CAPS_pubmethodDiagramItem(LinkShape^, LineSegment^, AnchorPoint^)

Initializes a new instance of the DiagramItem class to represent the specified AnchorPoint.

System_CAPS_pubmethodDiagramItem(ShapeElement^)

Initializes a new instance of the DiagramItem class to represent the specified ShapeElement.

System_CAPS_pubmethodDiagramItem(ShapeElement^, ShapeField^)

Initializes a new instance of the DiagramItem class to represent the specified ShapeField.

System_CAPS_pubmethodDiagramItem(ShapeElement^, ShapeField^, ShapeSubField^)

Initializes a new instance of the DiagramItem class to represent the specified ShapeSubField.

System_CAPS_pubmethodDiagramItem(ShapeElement^, ShapeField^, ShapeSubField^, LineSegment^, AnchorPoint^)

Initializes a new instance of the DiagramItem class to represent the specified ShapeSubField.

Return to top
Show: