Share via


DiagramItem Constructor (ShapeElement, ShapeField, ShapeSubField, LineSegment, AnchorPoint)

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

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

Syntax

'Declaration
Public Sub New ( _
    shape As ShapeElement, _
    field As ShapeField, _
    subfield As ShapeSubField, _
    segment As LineSegment, _
    anchorPoint As AnchorPoint _
)
public DiagramItem(
    ShapeElement shape,
    ShapeField field,
    ShapeSubField subfield,
    LineSegment segment,
    AnchorPoint anchorPoint
)
public:
DiagramItem(
    ShapeElement^ shape, 
    ShapeField^ field, 
    ShapeSubField^ subfield, 
    LineSegment^ segment, 
    AnchorPoint^ anchorPoint
)
new : 
        shape:ShapeElement * 
        field:ShapeField * 
        subfield:ShapeSubField * 
        segment:LineSegment * 
        anchorPoint:AnchorPoint -> DiagramItem
public function DiagramItem(
    shape : ShapeElement, 
    field : ShapeField, 
    subfield : ShapeSubField, 
    segment : LineSegment, 
    anchorPoint : AnchorPoint
)

Parameters

.NET Framework Security

See Also

Reference

DiagramItem Class

DiagramItem Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace