ShapeGeometry Class

Represents the geometry for a shape.

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

Syntax

Public MustInherit Class ShapeGeometry _
    Implements IDisposable

Dim instance As ShapeGeometry
public abstract class ShapeGeometry : IDisposable
public ref class ShapeGeometry abstract : IDisposable
public abstract class ShapeGeometry implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometry
    Microsoft.VisualStudio.Modeling.Diagrams.NodeShapeGeometry
    Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeGeometry

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

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace