ImageShapeGeometry Class
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Class ImageShapeGeometry _
Inherits RectangleShapeGeometry
'Usage
Dim instance As ImageShapeGeometry
public class ImageShapeGeometry : RectangleShapeGeometry
public ref class ImageShapeGeometry : public RectangleShapeGeometry
public class ImageShapeGeometry extends RectangleShapeGeometry
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.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.