RectangleShapeGeometry Class

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

Syntax

Public Class RectangleShapeGeometry _
    Inherits RoundedRectangleShapeGeometry

Dim instance As RectangleShapeGeometry
public class RectangleShapeGeometry : RoundedRectangleShapeGeometry
public ref class RectangleShapeGeometry : public RoundedRectangleShapeGeometry
public class RectangleShapeGeometry extends RoundedRectangleShapeGeometry

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometry
    Microsoft.VisualStudio.Modeling.Diagrams.NodeShapeGeometry
      Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry
        Microsoft.VisualStudio.Modeling.Diagrams.RectangleShapeGeometry
          Microsoft.VisualStudio.Modeling.Diagrams.SwimlaneShapeGeometry
          Microsoft.VisualStudio.Modeling.Diagrams.ImageShapeGeometry

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

RectangleShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace