ShapeElement.PurgeLayoutObjects Method

Removes the objects that are used to position the shape on the diagram grid.

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

Syntax

'宣言
Public Sub PurgeLayoutObjects
'使用
Dim instance As ShapeElement

instance.PurgeLayoutObjects()
public void PurgeLayoutObjects()
public:
void PurgeLayoutObjects()
public function PurgeLayoutObjects()

Remarks

When this method is called, the graph points for the shape have already been removed.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace